summaryrefslogtreecommitdiff
path: root/app/views/shared/_user_callout.html.haml
blob: cef431fe9e7163984980ac5016773389f895326b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#user-callout
  .bordered-box.landing.content-block
    = 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'