Sha256: aa9f569b6e26db095efe0565db422ae510ad3d305832f23efb434b354c6702e0

Contents?: true

Size: 1.58 KB

Versions: 1

Compression:

Stored size: 1.58 KB

Contents

!!!
%html{lang: I18n.locale}
  %head
    %meta{charset: "utf-8"}/
    %meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}/
    %meta{content: "width=device-width, initial-scale=1", name: "viewport"}/
    %title #{@page_title} - Tienda
    %meta{content: "http://gonzalo.robaina.me", name: "author"}/
    =# stylesheet_link_tag 'tienda/application'
    / Bootstrap Styles
    %link{href: '//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css', rel: 'stylesheet'}
    / FontAwesome Styles
    %link{href: '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css', rel: 'stylesheet'}
    / Morris Chart and Custom Styles
    = stylesheet_link_tag 'tienda/morris-0.4.3.min', 'tienda/custom-styles'
    / Google Fonts
    %link{:href => "http://fonts.googleapis.com/css?family=Open+Sans", :rel => "stylesheet", :type => "text/css"}/
    = javascript_include_tag 'tienda/application'
    = csrf_meta_tags
    :javascript
      window.Tienda = {}
      window.Tienda.currencyUnit = "#{h Tienda.settings.currency_unit}";
  %body{class: body_class}
    #wrapper
      = render 'navbar'

      = render 'sidebar'

      #page-wrapper
        #page-inner
          = yield

          %footer
            %p
              Powered by Tienda Gem by:
              %a{:href => "http://gonzalo.robaina.me"} Gonzalo Robaina
              | Template by:
              %a{:href => "http://webthemez.com"} WebThemez

  %script{src: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"}
  = javascript_include_tag 'tienda/jquery.metisMenu', 'tienda/raphael-2.1.0.min', 'tienda/morris'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tienda-2.0.1 app/views/layouts/tienda/application.html.haml