Sha256: e1e74d1eebd6fd3f2c17c13f3af6ee262343566ff4bbce9162a514ef2864f13b

Contents?: true

Size: 1.04 KB

Versions: 11

Compression:

Stored size: 1.04 KB

Contents

!!!
%html
  %head
    %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"
    = javascript_include_tag "blazer/application"
    :javascript
      #{blazer_js_var "rootPath", root_path}
    %script{:crossorigin => "anonymous", :defer => "defer", :integrity => "sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH", :src => "https://use.fontawesome.com/releases/v5.8.2/js/all.js"}
    - if blazer_maps?
      = stylesheet_link_tag "https://api.mapbox.com/mapbox.js/v3.1.1/mapbox.css", integrity: "sha384-o8tecBIfqi9yU5yYK2Ne/9A9hlOGFV9MBvCpmemvJH1XxqOe6h8Bl4mLxMi6PgjG", crossorigin: "anonymous"
      = javascript_include_tag "https://api.mapbox.com/mapbox.js/v3.1.1/mapbox.js", integrity: "sha384-j81LqvtvYigFzGSUgAoFijpvoq4yGoCJSOXI9DFaUEpenR029MBE3E/X5Gr+WdO0", crossorigin: "anonymous"
    = csrf_meta_tags
  %body
    .container
      = yield

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sql-jarvis-2.1.11 app/views/layouts/blazer/application.html.haml
sql-jarvis-2.1.10 app/views/layouts/blazer/application.html.haml
sql-jarvis-2.1.9 app/views/layouts/blazer/application.html.haml
sql-jarvis-2.1.8 app/views/layouts/blazer/application.html.haml
sql-jarvis-2.1.7 app/views/layouts/blazer/application.html.haml
sql-jarvis-2.1.6 app/views/layouts/blazer/application.html.haml
sql-jarvis-2.1.5 app/views/layouts/blazer/application.html.haml
sql-jarvis-2.1.4 app/views/layouts/blazer/application.html.haml
sql-jarvis-2.1.3 app/views/layouts/blazer/application.html.haml
sql-jarvis-2.1.1 app/views/layouts/blazer/application.html.haml
sql-jarvis-2.1 app/views/layouts/blazer/application.html.haml