File tree Expand file tree Collapse file tree 3 files changed +6
-40
lines changed Expand file tree Collapse file tree 3 files changed +6
-40
lines changed Original file line number Diff line number Diff line change 99 <%= append_javascript_pack_tag ( 'stimulus-bundle' ) %>
1010 <%= append_javascript_pack_tag ( 'stores-registration' ) %>
1111
12- <%= stylesheet_pack_tag ( media : 'all' , 'data-turbolinks-track' : true ) %>
13- <%= javascript_pack_tag ( 'data-turbolinks-track' : true , defer : true ) %>
14-
1512 <%= csrf_meta_tags %>
1613</ head >
1714< body class ="min-h-screen flex flex-col bg-sky-50 text-gray-700 ">
2320
2421 <%= react_component "Footer" %>
2522
23+ <%= stylesheet_pack_tag ( media : 'all' , 'data-turbolinks-track' : true ) %>
24+ <%= javascript_pack_tag ( 'data-turbolinks-track' : true , defer : true ) %>
25+
2626 <!-- This is a placeholder for ReactOnRails to know where to render the store props for
2727 client side hydration -->
2828 <%= redux_store_hydration_data %>
Original file line number Diff line number Diff line change 99
1010 <%= append_stylesheet_pack_tag ( 'stimulus-bundle' ) %>
1111 <%= append_javascript_pack_tag ( 'stimulus-bundle' ) %>
12-
13- <%= stylesheet_pack_tag ( media : 'all' , 'data-turbolinks-track' : true ) %>
14- <%= javascript_pack_tag ( 'data-turbolinks-track' : true , defer : true ) %>
1512</ head >
1613< body class ="min-h-screen flex flex-col bg-sky-50 text-gray-700 ">
1714 <%= react_component "NavigationBarApp" %>
2118 </ div >
2219
2320 <%= react_component "Footer" %>
21+
22+ <%= stylesheet_pack_tag ( media : 'all' , 'data-turbolinks-track' : true ) %>
23+ <%= javascript_pack_tag ( 'data-turbolinks-track' : true , defer : true ) %>
2424</ body >
2525</ html >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments