summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/projects/index.html.haml')
-rw-r--r--app/views/dashboard/projects/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/dashboard/projects/index.html.haml b/app/views/dashboard/projects/index.html.haml
index 4565e752c1f..4f36a4a1c73 100644
--- a/app/views/dashboard/projects/index.html.haml
+++ b/app/views/dashboard/projects/index.html.haml
@@ -5,7 +5,8 @@
- page_title "Projects"
- header_title "Projects", dashboard_projects_path
-= render 'dashboard/projects_head'
+- if @projects.any? || params[:filter_projects]
+ = render 'dashboard/projects_head'
- if @last_push
= render "events/event_last_push", event: @last_push