Sha256: b7a8604ac09a1551f74341215e750d682580b30a553cd2b16e0b824b1557c09d

Contents?: true

Size: 512 Bytes

Versions: 6

Compression:

Stored size: 512 Bytes

Contents

!!!
%html
  %head
    %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
    %title= content_for?(:title) ? yield(:title) : "StripeWrapper"
    = stylesheet_link_tag 'stripe_wrapper/stripe_wrapper.css', media: 'all', 'data-turbolinks-track' => 'reload'
    = javascript_include_tag 'stripe_wrapper/stripe_wrapper', 'data-turbolinks-track' => 'reload'
    = csrf_meta_tags
  %body
    = render "layouts/stripe_wrapper/sidebar_navigation"
    .main
      .page-content
        = yield

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stripe_wrapper-0.1.6 app/views/layouts/stripe_wrapper/application.html.haml
stripe_wrapper-0.1.5 app/views/layouts/stripe_wrapper/application.html.haml
stripe_wrapper-0.1.4 app/views/layouts/stripe_wrapper/application.html.haml
stripe_wrapper-0.1.3 app/views/layouts/stripe_wrapper/application.html.haml
stripe_wrapper-0.1.2 app/views/layouts/stripe_wrapper/application.html.haml
stripe_wrapper-0.1.1 app/views/layouts/stripe_wrapper/application.html.haml