summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/starred.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/projects/starred.html.haml')
-rw-r--r--app/views/dashboard/projects/starred.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/dashboard/projects/starred.html.haml b/app/views/dashboard/projects/starred.html.haml
index 2fd7a1cf16c..339362701d4 100644
--- a/app/views/dashboard/projects/starred.html.haml
+++ b/app/views/dashboard/projects/starred.html.haml
@@ -1,9 +1,10 @@
- page_title "Starred Projects"
-- header_title "Projects", (current_user ? root_path : explore_root_path)
+- header_title "Projects", projects_path
+
= render 'dashboard/projects_head'
- if @projects.any?
- = render 'dashboard/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.