summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-02-20 09:39:23 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-23 15:47:23 -0600
commit46eefbda3ae55394bae63872c8ff3d86500a1ddc (patch)
tree6963d814927f6205836849b8226420b79d70b7a8 /app/views
parentbcab4bb5efd1cc499dc7d753115fe91b98f27bda (diff)
downloadgitlab-ce-46eefbda3ae55394bae63872c8ff3d86500a1ddc.tar.gz
Moved the dismiss-icon listener to close the callout to a button
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/_user_callout.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_user_callout.html.haml b/app/views/shared/_user_callout.html.haml
index af8c15d8291..3f310251568 100644
--- a/app/views/shared/_user_callout.html.haml
+++ b/app/views/shared/_user_callout.html.haml
@@ -1,6 +1,6 @@
.user-callout
.bordered-box.landing.content-block
- %button.btn.btn-default.close{ type: "button" }
+ %button.btn.btn-default.close.close-user-callout{ type: "button" }
= icon("times", class: "dismiss-icon")
.row
.col-sm-3.col-xs-12.svg-container