We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 184c962 + cf4436a commit 20f5828Copy full SHA for 20f5828
railties/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt
@@ -19,10 +19,10 @@
19
20
<%- style_link_target = options[:skip_asset_pipeline] ? "\"application\"" : ":app" -%>
21
<%- if options[:skip_hotwire] || options[:skip_javascript] -%>
22
- <%%# Includes all stylesheet files in app/views/stylesheets %>
+ <%%# Includes all stylesheet files in app/assets/stylesheets %>
23
<%%= stylesheet_link_tag <%= style_link_target %> %>
24
<%- else -%>
25
26
<%%= stylesheet_link_tag <%= style_link_target %>, "data-turbo-track": "reload" %>
27
<%- end -%>
28
</head>
0 commit comments