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 9
9
<%= append_javascript_pack_tag ( 'stimulus-bundle' ) %>
10
10
<%= append_javascript_pack_tag ( 'stores-registration' ) %>
11
11
12
- <%= stylesheet_pack_tag ( media : 'all' , 'data-turbolinks-track' : true ) %>
13
- <%= javascript_pack_tag ( 'data-turbolinks-track' : true , defer : true ) %>
14
-
15
12
<%= csrf_meta_tags %>
16
13
</ head >
17
14
< body class ="min-h-screen flex flex-col bg-sky-50 text-gray-700 ">
23
20
24
21
<%= react_component "Footer" %>
25
22
23
+ <%= stylesheet_pack_tag ( media : 'all' , 'data-turbolinks-track' : true ) %>
24
+ <%= javascript_pack_tag ( 'data-turbolinks-track' : true , defer : true ) %>
25
+
26
26
<!-- This is a placeholder for ReactOnRails to know where to render the store props for
27
27
client side hydration -->
28
28
<%= redux_store_hydration_data %>
Original file line number Diff line number Diff line change 9
9
10
10
<%= append_stylesheet_pack_tag ( 'stimulus-bundle' ) %>
11
11
<%= 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 ) %>
15
12
</ head >
16
13
< body class ="min-h-screen flex flex-col bg-sky-50 text-gray-700 ">
17
14
<%= react_component "NavigationBarApp" %>
21
18
</ div >
22
19
23
20
<%= react_component "Footer" %>
21
+
22
+ <%= stylesheet_pack_tag ( media : 'all' , 'data-turbolinks-track' : true ) %>
23
+ <%= javascript_pack_tag ( 'data-turbolinks-track' : true , defer : true ) %>
24
24
</ body >
25
25
</ html >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments