Sha256: 711bc5ae7a1bd243ed5f3564ea4905c24ee873357bbc1adcb9945fbf1c4a9c6f
Contents?: true
Size: 365 Bytes
Versions: 61
Compression:
Stored size: 365 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <div class="container theme-showcase" role="main"> <%= yield %> </div> </body> </html>
Version data entries
61 entries across 41 versions & 2 rubygems