summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/starred.html.haml
blob: 99efe9c9b866f701d2e8f18a8060e0c309685dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- @no_container = true

- page_title "Starred Projects"
- header_title "Projects", dashboard_projects_path

= render "projects/last_push"

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

  - if @projects.any? || params[:filter_projects]
    = render 'projects'
  - 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.