summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-02-14 19:49:36 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-23 15:47:23 -0600
commit4802bd512a2492c7560acde077fee2f4cd9483b3 (patch)
treebc53f57cb03d9116e4aeb07f36ec3be6315eb810 /app/views/dashboard
parent509ff2ab170802e23646282f1d146a6383b53a66 (diff)
downloadgitlab-ce-4802bd512a2492c7560acde077fee2f4cd9483b3.tar.gz
Initial version of the user-callouts
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/_projects_head.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/dashboard/_projects_head.html.haml b/app/views/dashboard/_projects_head.html.haml
index 48b0fd504f4..0aec51cf7c9 100644
--- a/app/views/dashboard/_projects_head.html.haml
+++ b/app/views/dashboard/_projects_head.html.haml
@@ -1,5 +1,18 @@
= content_for :flash_message do
= render 'shared/project_limit'
+#user-callout
+ .bordered-box.landing.content-block
+ = icon("times", class: "dismiss-icon")
+ .row
+ .col-sm-3.col-xs-12.svg-container
+ = custom_icon('icon_cycle_analytics_splash')
+ .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'
.top-area
%ul.nav-links
= nav_link(page: [dashboard_projects_path, root_path]) do