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

12 lines
273 B
Text
Raw Normal View History

- @hide_top_links = true
- page_title _("Projects")
- header_title _("Projects"), dashboard_projects_path
- if current_user
= render 'dashboard/projects_head'
- else
= render 'explore/head'
= render 'explore/projects/nav'
= render 'projects', projects: @projects