summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-05-31 16:26:10 +0000
committerDouwe Maan <douwe@gitlab.com>2017-05-31 16:26:10 +0000
commitf9f0424443e4e8b5d39fadc437a8a573bba9e371 (patch)
tree5104089fdc9dc6c63fb11a39f6cfec045b688c56 /app/views/dashboard
parent2281589c5bd4ad8dcd393f854e0ad79a0f76345a (diff)
parenta2c859427c4b8a8a9542cdc1299c35aade3e4555 (diff)
downloadgitlab-ce-f9f0424443e4e8b5d39fadc437a8a573bba9e371.tar.gz
Merge branch 'user-callout-dismissed-method-rename' into 'master'
Fixed the show_user_callout method See merge request !11689
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/projects/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/projects/index.html.haml b/app/views/dashboard/projects/index.html.haml
index 3b2a555a143..2890ae7173b 100644
--- a/app/views/dashboard/projects/index.html.haml
+++ b/app/views/dashboard/projects/index.html.haml
@@ -9,7 +9,7 @@
= render "projects/last_push"
%div{ class: container_class }
- - unless show_user_callout?
+ - if show_user_callout?
= render 'shared/user_callout'
- if @projects.any? || params[:name]