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

15 lines
409 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- @hide_top_links = true
2019-07-07 11:18:12 +05:30
- breadcrumb_title _("Projects")
- page_title _("Starred Projects")
- header_title _("Projects"), dashboard_projects_path
2015-04-26 12:48:37 +05:30
2019-07-07 11:18:12 +05:30
= render_dashboard_gold_trial(current_user)
2019-02-15 15:39:39 +05:30
2019-12-04 20:38:33 +05:30
= render "projects/last_push"
= render 'dashboard/projects_head', project_tab_filter: :starred
2015-10-24 18:46:33 +05:30
2019-12-04 20:38:33 +05:30
- if params[:filter_projects] || any_projects?(@projects)
= render 'projects'
- else
= render 'starred_empty_state'