Sha256: c96521ebe081952dc758891cf2e285bf6e25f7721d776317a1fd21fbe2e0589a

Contents?: true

Size: 932 Bytes

Versions: 10

Compression:

Stored size: 932 Bytes

Contents

!!!
%html{:lang => "en"}
  %head
    %meta{:charset => "utf-8"}
      %title
        = "#{website_title}- #{@page_title}" if @page_title
      %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}
      %meta{:content => "", :name => "description"}
      %meta{:content => "", :name => "author"}
      = csrf_meta_tag
      / Le styles
      %link{:href => "/assets/gb_bootstrap.css", :rel => "stylesheet"}
      %link{:href => "/assets/gb_admin-override.css", :rel => "stylesheet"}
      :css
        body {
          padding-top: 60px;
          padding-bottom: 40px;
        }
        .sidebar-nav {
          padding: 9px 0;
        }
      /[if lt IE 9]
        <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>

  %body#login
    .container
      = yield


    %script{:src => "/assets/jquery.js"}
    %script{:src => "/assets/gb_bootstrap.js"}
    = custom_javascript_include_tag

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.4 app/views/layouts/bare.html.haml
gluttonberg-core-2.6.3 app/views/layouts/bare.html.haml
gluttonberg-core-2.6.2 app/views/layouts/bare.html.haml
gluttonberg-core-2.6.1 app/views/layouts/bare.html.haml
gluttonberg-core-2.6.0 app/views/layouts/bare.html.haml
gluttonberg-core-2.5.9 app/views/layouts/bare.html.haml
gluttonberg-core-2.5.8 app/views/layouts/bare.html.haml
gluttonberg-core-2.5.7 app/views/layouts/bare.html.haml
gluttonberg-core-2.5.6 app/views/layouts/bare.html.haml
gluttonberg-core-2.5.5 app/views/layouts/bare.html.haml