summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorGeorge Andrinopoulos <geoandri@gmail.com>2017-03-09 01:29:11 +0000
committerRémy Coutable <remy@rymai.me>2017-03-09 01:29:11 +0000
commit71eeb8632774dd0f7a38ac867319b8ad9182bbee (patch)
treed3d83f4ef38c2d11eb6d979eb85267d50f72a124 /app/views/dashboard
parent71d371cf892b88b73f0678989233bce672e56632 (diff)
downloadgitlab-ce-71eeb8632774dd0f7a38ac867319b8ad9182bbee.tar.gz
Fix wrong message on starred projects filtering
Diffstat (limited to 'app/views/dashboard')
-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 70705923d42..162ae153b1c 100644
--- a/app/views/dashboard/projects/starred.html.haml
+++ b/app/views/dashboard/projects/starred.html.haml
@@ -6,7 +6,7 @@
- if @last_push
= render "events/event_last_push", event: @last_push
-- if @projects.any?
+- if @projects.any? || params[:filter_projects]
= render 'projects'
- else
%h3 You don't have starred projects yet