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

15 lines
390 B
Text
Raw Normal View History

- @hide_top_links = true
- page_title _("Projects")
- header_title _("Projects"), dashboard_projects_path
= render_dashboard_gold_trial(current_user)
- if current_user
= render 'dashboard/projects_head', is_explore: true
- else
= render 'explore/head'
- unless Feature.enabled?(:project_list_filter_bar)
= render 'explore/projects/nav'
2016-02-04 14:02:19 -05:00
= render 'projects', projects: @projects