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

= render_if_exists "shared/gold_trial_callout"

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

  - if params[:filter_projects] || any_projects?(@projects)
    = render 'projects'
  - else
    %h3.page-title You don't have starred projects yet
    %p.slead Visit project page and press on star icon and it will appear on this page.