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.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/projects/starred.html.haml b/app/views/dashboard/projects/starred.html.haml
index ae1d733a516..14f9f8cd70a 100644
--- a/app/views/dashboard/projects/starred.html.haml
+++ b/app/views/dashboard/projects/starred.html.haml
@@ -9,7 +9,7 @@
%div{ class: container_class }
= render 'dashboard/projects_head'
- - if @projects.any? || params[:filter_projects]
+ - if params[:filter_projects] || any_projects?(@projects)
= render 'projects'
- else
%h3 You don't have starred projects yet