Sha256: e56640974bc7a3e9c4559b8ac88900816e58ae9a0bc37d735d68520f9c70d037
Contents?: true
Size: 710 Bytes
Versions: 17
Compression:
Stored size: 710 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= camelized %></title> <meta name="viewport" content="width=device-width,initial-scale=1"> <%%= csrf_meta_tags %> <%%= csp_meta_tag %> <%- if options[:skip_hotwire] || options[:skip_javascript] -%> <%%= stylesheet_link_tag "application" %> <%- else -%> <%%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%- end -%> <style> table { table-layout: auto; } </style> </head> <body> <header> <%%= render 'layouts/navbar' %> <hr /> </header> <main> <%%= yield %> </main> <footer> <%%= render 'layouts/footer' %> </footer> </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems