File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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+
1215 <%= csrf_meta_tags %>
1316</ head >
14- < body class ="min-h-screen flex flex-col bg-sky-50 text-gray-700 " data-turbo-suppress-warning =" true " >
17+ < body class ="min-h-screen flex flex-col bg-sky-50 text-gray-700 ">
1518 <%= react_component "NavigationBarApp" %>
1619
1720 < div class ="container mx-auto px-4 flex-grow ">
2023
2124 <%= react_component "Footer" %>
2225
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 ) %>
1215</ head >
13- < body class ="min-h-screen flex flex-col bg-sky-50 text-gray-700 " data-turbo-suppress-warning =" true " >
16+ < body class ="min-h-screen flex flex-col bg-sky-50 text-gray-700 ">
1417 <%= react_component "NavigationBarApp" %>
1518
1619 < div class ="container mx-auto px-4 flex-grow ">
1720 <%= yield %>
1821 </ div >
1922
2023 <%= 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 >
You can’t perform that action at this time.
0 commit comments