File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
railties/lib/rails/generators/rails/app/templates/app/views/layouts Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 15
15
<link rel="icon" href="/icon.svg" type="image/svg+xml">
16
16
<link rel="apple-touch-icon" href="/icon.png">
17
17
18
- <%%# Includes all stylesheet files in app/views/stylesheets %>
19
18
<% style_link_target = options[:skip_asset_pipeline] ? "\"application\"" : ":app" %>
20
19
<%- if options[:skip_hotwire] || options[:skip_javascript] -%>
20
+ <%%# Includes all stylesheet files in app/views/stylesheets %>
21
21
<%%= stylesheet_link_tag <%= style_link_target %> %>
22
22
<%- else -%>
23
+ <%%# Includes all stylesheet files in app/views/stylesheets %>
23
24
<%%= stylesheet_link_tag <%= style_link_target %>, "data-turbo-track": "reload" %>
24
25
<%- end -%>
25
26
</head>
You can’t perform that action at this time.
0 commit comments