Commit e3885219790dc2f11ab6d1da58e1bc6530355460
1 parent
67b37f97
load javascript at end of document
Showing
1 changed file
with
4 additions
and
3 deletions
@@ -2,9 +2,6 @@ | @@ -2,9 +2,6 @@ | ||
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <title>Georg Hopp aka Steffers</title> | 4 | <title>Georg Hopp aka Steffers</title> |
5 | - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> | ||
6 | - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> | ||
7 | - <%= csrf_meta_tags %> | ||
8 | </head> | 5 | </head> |
9 | <body> | 6 | <body> |
10 | <header id="header"> | 7 | <header id="header"> |
@@ -68,6 +65,10 @@ | @@ -68,6 +65,10 @@ | ||
68 | </a> | 65 | </a> |
69 | </div> | 66 | </div> |
70 | </footer> | 67 | </footer> |
68 | + | ||
69 | + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> | ||
70 | + <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> | ||
71 | + <%= csrf_meta_tags %> | ||
71 | </body> | 72 | </body> |
72 | </html> | 73 | </html> |
73 | <!-- vim: set ts=2 sw=2: --> | 74 | <!-- vim: set ts=2 sw=2: --> |
Please
register
or
login
to post a comment