summaryrefslogtreecommitdiff
path: root/app/views/shared/_user_callout.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_user_callout.html.haml')
-rw-r--r--app/views/shared/_user_callout.html.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/shared/_user_callout.html.haml b/app/views/shared/_user_callout.html.haml
deleted file mode 100644
index 3f310251568..00000000000
--- a/app/views/shared/_user_callout.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
-.user-callout
- .bordered-box.landing.content-block
- %button.btn.btn-default.close.close-user-callout{ type: "button" }
- = icon("times", class: "dismiss-icon")
- .row
- .col-sm-3.col-xs-12.svg-container
- = custom_icon('icon_customization')
- .col-sm-8.col-xs-12.inner-content
- %h4
- Customize your experience
- %p
- Change syntax themes, default project pages, and more in preferences.
-
- = link_to "Check it out", profile_preferences_path, class: 'btn user-callout-btn'