gitlab-org--gitlab-foss/app/views/dashboard/projects/starred.html.haml
Douwe Maan 5d785457db Clean up overlap between dashboard and explore.
- Split up SnippetsController into separate dashboard and explore sections.
- Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
2015-09-08 14:49:20 +01:00

10 lines
287 B
Text

- page_title "Starred Projects"
- header_title "Projects", projects_path
= render 'dashboard/projects_head'
- if @projects.any?
= render 'projects'
- else
%h3 You don't have starred projects yet
%p.slead Visit project page and press on star icon and it will appear on this page.