Sha256: 3cc0a166bd97736d458d6c42d77e9e0bb2eb00756d272306456929646be7db55
Contents?: true
Size: 451 Bytes
Versions: 35
Compression:
Stored size: 451 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= polaris_css %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= polaris_page do %> <%= polaris_page_header @page_title %> <%= polaris_page_content do %> <%= yield %> <% end %> <% end %> </body> </html>
Version data entries
35 entries across 35 versions & 1 rubygems