gitlab-org--gitlab-foss/app/views/explore/projects/trending.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'
2016-02-04 14:02:19 -05:00
= render 'projects', projects: @projects