Sha256: 7081c284d3160c98c442cbcd3d9592b14ac18e81ec9ee7aada9c10fd5e8c513f
Contents?: true
Size: 553 Bytes
Versions: 46
Compression:
Stored size: 553 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> .alert { color: red; } .notice { color: green; } </style> </head> <body> <%%= yield %> </body> </html>
Version data entries
46 entries across 46 versions & 1 rubygems