Sha256: 9bd0fb6329edfbf41a5ce7cff598a66f8ff38f28bb6aad83422e473e427858e0
Contents?: true
Size: 918 Bytes
Versions: 16
Compression:
Stored size: 918 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= blazer_title ? blazer_title : "Blazer" %></title> <meta charset="utf-8" /> <%= favicon_link_tag "blazer/favicon.png" %> <%= stylesheet_link_tag "blazer/application" %> <%= javascript_include_tag "blazer/application" %> <script> <%= blazer_js_var "rootPath", root_path %> </script> <% 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" %> <% end %> <%= csrf_meta_tags %> </head> <body> <div class="container"> <%= yield %> </div> </body> </html>
Version data entries
16 entries across 16 versions & 1 rubygems