Sha256: 1ec2673bedae3ebe1fcfcbb83e117d70a769b564a26ab27ca66411554b21a9d6

Contents?: true

Size: 2 KB

Versions: 1

Compression:

Stored size: 2 KB

Contents

= content_for :js_libs, "modernizr jasny"
.profile-header.jumbotron.d-flex.align-items-center.justify-content-center.flex-column.pb-0
  = render partial: '_user_account/avatar_upload'
  h2.m-0.mb-2 Phill McMurray
  .badge.badge-light
    | PRO ACCOUNT
  ul#myTab.nav.nav-tabs.mt-5 role: "tablist" 
    li.nav-item
      a#profile-tab.nav-link aria-controls="home" aria-expanded="false" data-toggle="tab", href: "#home", role: "tab"  Profile
    li.nav-item
      a#plan-tab.nav-link aria-controls="profile" aria-expanded="false" data-toggle="tab", href: "#profile", role: "tab"  Plan
    li.nav-item
      a#billing-tab.nav-link aria-controls="billing" aria-expanded="false" data-toggle="tab", href: "#billing", role: "tab"  Billing
    li.nav-item
      a#notifications-tab.nav-link aria-controls="notifications" aria-expanded="false" data-toggle="tab", href: "#notifications", role: "tab"  Notifications
    li.nav-item
      a#support-tab.nav-link.active aria-controls="support" aria-expanded="true" data-toggle="tab", href: "#support", role: "tab"  Support
.container
  .row
    .col-12.col-md-8.mr-auto.ml-auto
      #myTabContent.tab-content.pt-2.pb-2
        #home.tab-pane.fade aria-labelledby="profile-tab", role: "tabpanel" 
          .card
            .card-body
              = render partial: '_user_account/profile'
        #profile.tab-pane.fade aria-labelledby="plan-tab", role: "tabpanel" 
          .card
            .card-body
              = render partial: '_user_account/plan'
        #billing.tab-pane.fade aria-labelledby="billing-tab", role: "tabpanel" 
          .card
            .card-body
              = render partial: '_user_account/billing'
        #notifications.tab-pane.fade aria-labelledby="notifications", role: "tabpanel" 
          .card
            .card-body
              = render partial: '_user_account/notifications'
        #support.tab-pane.fade.show.active aria-labelledby="support", role: "tabpanel" 
          .card
            .card-body
              = render partial: '_user_account/support'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 lib/generators/kiso_themes/templates/views/app_pages/user_account/support.html.slim