diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-05-31 16:26:10 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-05-31 16:26:10 +0000 |
commit | f9f0424443e4e8b5d39fadc437a8a573bba9e371 (patch) | |
tree | 5104089fdc9dc6c63fb11a39f6cfec045b688c56 /app/views/dashboard | |
parent | 2281589c5bd4ad8dcd393f854e0ad79a0f76345a (diff) | |
parent | a2c859427c4b8a8a9542cdc1299c35aade3e4555 (diff) | |
download | gitlab-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.haml | 2 |
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] |