summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/starred.html.haml
blob: a0d85446e5fe44e127463f2adbb6bb75ed0bc7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- @hide_top_links = true
- @no_container = true
- breadcrumb_title _("Projects")
- page_title _("Starred Projects")
- header_title _("Projects"), dashboard_projects_path

= render_dashboard_gold_trial(current_user)

%div{ class: container_class }
  = render "projects/last_push"
  = render 'dashboard/projects_head'

  - if params[:filter_projects] || any_projects?(@projects)
    = render 'projects'
  - else
    = render 'starred_empty_state'