File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > RailsReactTutorial</ title >
77
8- <%= yield :head %>
8+ <%= append_stylesheet_pack_tag ( 'stimulus-bundle' ) %>
9+ <%= append_javascript_pack_tag ( 'stimulus-bundle' ) %>
10+ <%= yield :packs %>
911 <%= stylesheet_pack_tag ( media : 'all' , 'data-turbolinks-track' : true ) %>
1012 <%= javascript_pack_tag ( 'data-turbolinks-track' : true , defer : true ) %>
1113
1214 <%= csrf_meta_tags %>
1315</ head >
1416< body class ="min-h-screen flex flex-col bg-sky-50 text-gray-700 ">
15- <% content_for :head do %>
16- <%= append_stylesheet_pack_tag ( 'stimulus-bundle' ) %>
17- <%= append_javascript_pack_tag ( 'stimulus-bundle' ) %>
18- <% end %>
19-
2017 <%= react_component "NavigationBarApp" %>
2118
2219 < div class ="container mx-auto px-4 flex-grow ">
You can’t perform that action at this time.
0 commit comments