0145e8ea21
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
9 lines
329 B
Text
9 lines
329 B
Text
- page_title "Starred Projects"
|
|
- header_title "Projects", (current_user ? root_path : explore_root_path)
|
|
= render 'dashboard/projects_head'
|
|
|
|
- if @projects.any?
|
|
= render 'dashboard/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.
|