diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-09-20 13:00:11 +0200 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-09-20 20:00:32 +0200 |
commit | 37213cc395bd69b64ca32e58570a02435fbf0995 (patch) | |
tree | 47c392693a3be66a52438fc913d00446606a56f9 /app/views/dashboard | |
parent | 8612b0889482a184c366e0493ab8f17b6e324418 (diff) | |
download | gitlab-ce-37213cc395bd69b64ca32e58570a02435fbf0995.tar.gz |
Removed User Callout for Customer Experience
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/projects/index.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/dashboard/projects/index.html.haml b/app/views/dashboard/projects/index.html.haml index c546252455a..a4dc49d2120 100644 --- a/app/views/dashboard/projects/index.html.haml +++ b/app/views/dashboard/projects/index.html.haml @@ -10,9 +10,6 @@ = render "projects/last_push" %div{ class: container_class } - - if show_callout?('user_callout_dismissed') - = render 'shared/user_callout' - - if has_projects_or_name?(@projects, params) = render 'dashboard/projects_head' = render 'projects' |