From 4802bd512a2492c7560acde077fee2f4cd9483b3 Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Tue, 14 Feb 2017 19:49:36 -0600 Subject: Initial version of the user-callouts --- app/views/users/show.html.haml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'app/views/users') diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index dc2fea450bd..a3e35961261 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -98,7 +98,19 @@ Snippets %div{ class: container_class } - .tab-content + #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' #activity.tab-pane .row-content-block.calender-block.white.second-block.hidden-xs .user-calendar{ data: { href: user_calendar_path } } @@ -127,8 +139,11 @@ = spinner :javascript - var userProfile; + var userProfile, userCallout; userProfile = new gl.User({ action: "#{controller.action_name}" }); + + userCallout = new gl.UserCallout(); + -- cgit v1.2.1