Skip to content

Commit 35b2962

Browse files
committed
Prevent excess spacing
1 parent 59d2327 commit 35b2962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<link rel="icon" href="/icon.svg" type="image/svg+xml">
1818
<link rel="apple-touch-icon" href="/icon.png">
1919

20-
<% style_link_target = options[:skip_asset_pipeline] ? "\"application\"" : ":app" %>
20+
<%- style_link_target = options[:skip_asset_pipeline] ? "\"application\"" : ":app" -%>
2121
<%- if options[:skip_hotwire] || options[:skip_javascript] -%>
2222
<%%# Includes all stylesheet files in app/views/stylesheets %>
2323
<%%= stylesheet_link_tag <%= style_link_target %> %>

0 commit comments

Comments
 (0)