Sha256: 5d943d822798c35ffc3733ca5639ab34d9ebde23b7faf7a17f76e4b14eb6e355
Contents?: true
Size: 664 Bytes
Versions: 6
Compression:
Stored size: 664 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= blazer_title ? blazer_title : "Blazer" %></title> <meta charset="utf-8" /> <%= stylesheet_link_tag "blazer/application" %> <script> var Chartkick = {smarterDates: true, smarterDiscrete: true}; </script> <%= javascript_include_tag "blazer/application" %> <% 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