summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-04-13 16:43:07 -0500
committertauriedavis <taurie@gitlab.com>2017-04-14 14:33:06 -0700
commit6c055805ea9b0ffeb56d4bc0bb87f16a139167ad (patch)
treefa28a2cdf2da1678b7f3c06ff05e2521f939539a /app/views
parente7c9aa6030312efac89de1c5a4afae35ef47f330 (diff)
downloadgitlab-ce-6c055805ea9b0ffeb56d4bc0bb87f16a139167ad.tar.gz
Fixed tests
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/_user_callout.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_user_callout.html.haml b/app/views/shared/_user_callout.html.haml
index 108643f2f6f..8308baa7829 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.close-user-callout{ type: 'button',
+ %button.btn.btn-default.close.js-close-callout{ type: 'button',
'aria-label' => 'Dismiss customize experience box' }
= icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true')
.svg-container
@@ -10,4 +10,4 @@
Customize your experience
%p
Change syntax themes, default project pages, and more in preferences.
- = link_to 'Check it out', profile_preferences_path, class: 'btn btn-primary user-callout-btn'
+ = link_to 'Check it out', profile_preferences_path, class: 'btn btn-primary js-close-callout'