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

11 lines
242 B
Text
Raw Normal View History

- 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