Sha256: 6ff3c72670fa2d7ddee5b4fcb541bffdd4713f19165fb65c569ea9c31e9819a2

Contents?: true

Size: 939 Bytes

Versions: 5

Compression:

Stored size: 939 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/bootstrap.css", :rel => "stylesheet"}
      %link{:href => "/assets/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/bootstrap.js"}
    = custom_javascript_include_tag

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gluttonberg-core-2.5.4 app/views/layouts/bare.html.haml
gluttonberg-core-2.5.3 app/views/layouts/bare.html.haml
gluttonberg-core-2.5.2 app/views/layouts/bare.html.haml
gluttonberg-core-2.5.1 app/views/layouts/bare.html.haml
gluttonberg-core-2.5 app/views/layouts/bare.html.haml