debian-mirror-gitlab/app/views/dashboard/projects/starred.html.haml

11 lines
287 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "Starred Projects"
2015-09-25 12:07:36 +05:30
- header_title "Projects", projects_path
2015-04-26 12:48:37 +05:30
2015-09-25 12:07:36 +05:30
= render 'dashboard/projects_head'
2015-04-26 12:48:37 +05:30
2015-09-25 12:07:36 +05:30
- if @projects.any?
= render 'projects'
2015-04-26 12:48:37 +05:30
- 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.