debian-mirror-gitlab/app/views/dashboard/projects/shared/_common.html.haml
2020-10-24 23:57:45 +05:30

14 lines
363 B
Text

- @hide_top_links = true
- breadcrumb_title _("Projects")
- header_title _("Projects"), dashboard_projects_path
= render_dashboard_gold_trial(current_user)
= render "projects/last_push"
= render 'dashboard/projects_head', project_tab_filter: :starred
- if params[:filter_projects] || any_projects?(@projects)
= render 'projects'
- else
= render empty_page