Sha256: 96d3b9f3aa99918f9150f99aa65e8f118c9bb5558a6ff59b98bf4af98da9445e

Contents?: true

Size: 1 KB

Versions: 7

Compression:

Stored size: 1 KB

Contents

!!!
%html
  %head
    %meta{ content: "width=device-width, initial-scale=1.0", name:"viewport" }
    %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
    %title= blazer_title ? blazer_title : "Blazer"
    %meta{:charset => "utf-8"}/
    = favicon_link_tag "blazer/favicon.png"
    = stylesheet_link_tag "blazer/application"
    = stylesheet_link_tag "application"
    = javascript_include_tag "blazer/application"
    :javascript
      #{blazer_js_var "rootPath", root_path}
    - if blazer_maps?
      = stylesheet_link_tag "https://api.mapbox.com/mapbox.js/v3.3.1/mapbox.css", integrity: "sha384-vxzdEt+wZRPNQbhChjmiaFMLWg86IGuq1NGDehJHsD2mphYkxXll/eSs16WWi6Dq", crossorigin: "anonymous"
      = javascript_include_tag "https://api.mapbox.com/mapbox.js/v3.3.1/mapbox.js", integrity: "sha384-CTBEiDLiZJ8gkAQ3fYGoeiRp81/ecNiBkGz11jXFALOZ6++rbnqmdo6OImkmr1MO", crossorigin: "anonymous"
    = csrf_meta_tags
  %body
    .container.blazer-content
      = yield
    = render "layouts/blazer/footer"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bnb_blazer-0.8.0 app/views/layouts/bnb_blazer/application.html.haml
bnb_blazer-0.7.0 app/views/layouts/bnb_blazer/application.html.haml
bnb_blazer-0.6.0 app/views/layouts/bnb_blazer/application.html.haml
bnb_blazer-0.5.0 app/views/layouts/blazer/application.html.haml
bnb_blazer-0.4.0 app/views/layouts/blazer/application.html.haml
bnb_blazer-0.3.0 app/views/layouts/blazer/application.html.haml
bnb_blazer-0.2.0 app/views/layouts/blazer/application.html.haml