Sha256: 4d9c99fe3ce10cb526c6570c49f074e48ce0d58dfbcccc323ba8b06d51207167
Contents?: true
Size: 743 Bytes
Versions: 1
Compression:
Stored size: 743 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 %>; var cancelQueriesPath = <%= cancel_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blazer-1.7.0 | app/views/layouts/blazer/application.html.erb |