Sha256: 1d503ad03c3e725bf6ce222612fa2d93fd0855eb7e615c91990eae7bbeb55d89
Contents?: true
Size: 381 Bytes
Versions: 9
Compression:
Stored size: 381 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> <%= content_tag(:div, class: "container") do %> <%= yield %> <% end %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems