summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/starred.html.haml
blob: 2fd7a1cf16cf7c32ddb37e1315cca491a9bd95c5 (plain)
1
2
3
4
5
6
7
8
9
- page_title "Starred Projects"
- header_title "Projects", (current_user ? root_path : explore_root_path)
= render 'dashboard/projects_head'

- if @projects.any?
  = render 'dashboard/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.