Sha256: e0c86f95c5d950b63e436abd81602af1677cc040967e23a5de146ee7df9b9343
Contents?: true
Size: 667 Bytes
Versions: 6
Compression:
Stored size: 667 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= blazer_title ? blazer_title : "Blazer" %></title> <meta charset="utf-8" /> <%= stylesheet_link_tag "blazer/application" %> <%= javascript_include_tag "blazer/application" %> <script> var runQueriesPath = <%= run_queries_path.to_json.html_safe %>; </script> <% if blazer_maps? %> <%= stylesheet_link_tag "https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.css" %> <%= javascript_include_tag "https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.js" %> <% end %> <%= csrf_meta_tags %> </head> <body> <div class="container"> <%= yield %> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems