2017-05-24 06:25:44 -04:00
|
|
|
.user-callout{ data: { uid: 'user_callout_dismissed' } }
|
2017-03-24 08:41:42 -04:00
|
|
|
.bordered-box.landing.content-block
|
2017-04-13 17:43:07 -04:00
|
|
|
%button.btn.btn-default.close.js-close-callout{ type: 'button',
|
2017-03-24 08:41:42 -04:00
|
|
|
'aria-label' => 'Dismiss customize experience box' }
|
|
|
|
= icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true')
|
2017-03-16 18:46:56 -04:00
|
|
|
.svg-container
|
|
|
|
= custom_icon('icon_customization')
|
|
|
|
.user-callout-copy
|
|
|
|
%h4
|
|
|
|
Customize your experience
|
|
|
|
%p
|
|
|
|
Change syntax themes, default project pages, and more in preferences.
|
2017-04-13 17:43:07 -04:00
|
|
|
= link_to 'Check it out', profile_preferences_path, class: 'btn btn-primary js-close-callout'
|