starred.html.haml 423 Bytes
Newer Older
1 2
- @no_container = true

3
- page_title "Starred Projects"
4
- header_title "Projects", dashboard_projects_path
5

6
= render "projects/last_push"
7

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

11 12 13 14 15
  - 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.