Sha256: 963bccc10212593f5bed4f89a6d3a20405678e237996f21110129d75953bb86c
Contents?: true
Size: 695 Bytes
Versions: 1
Compression:
Stored size: 695 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <%%# Configure default and controller-, and view-specific titles in config/locales/en.yml. For more see: https://github.com/calebthompson/title#usage %> <title><%%= title %></title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <%%= csrf_meta_tags %> <%%= csp_meta_tag %> <%%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %> </head> <body> <%%= render "flashes" -%> <%%= yield %> <%%= render "css_overrides" %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
suspenders-20230113.0 | templates/suspenders_layout.html.erb.erb |