Sha256: 40f855d26d50374c24d675e137f0189078e97dd5fa715b951161f189c21be3c0

Contents?: true

Size: 623 Bytes

Versions: 71

Compression:

Stored size: 623 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 -%>
    <%%= render head_partial if head_partial %>
  </head>

  <body>
    <%%= render navbar_partial if navbar_partial %>
    <%%= yield %>
    <%%= render footer_partial if footer_partial %>
  </body>
</html>

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
rails_app_generator-0.3.6 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.3.5 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.3.4 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.3.3 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.3.2 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.3.1 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.3.0 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.43 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.42 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.41 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.40 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.39 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.38 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.37 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.36 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.35 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.34 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.33 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.32 after_templates/printspeak_bak/layouts/application.html.erb
rails_app_generator-0.2.31 after_templates/printspeak_bak/layouts/application.html.erb