gitlab-org--gitlab-foss/app/views/explore/projects/index.html.haml

13 lines
283 B
Plaintext

- page_title "Projects"
- header_title "Projects", root_path
- if current_user
= render 'dashboard/projects_head'
- else
= render 'explore/head'
.gray-content-block.clearfix
= render 'filter'
= render 'projects', projects: @projects
= paginate @projects, theme: "gitlab"