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 | 2 | <html> |
| 3 | 3 | <head> |
| 4 | 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 | 5 | </head> |
| 9 | 6 | <body> |
| 10 | 7 | <header id="header"> |
| ... | ... | @@ -68,6 +65,10 @@ |
| 68 | 65 | </a> |
| 69 | 66 | </div> |
| 70 | 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 | 72 | </body> |
| 72 | 73 | </html> |
| 73 | 74 | <!-- vim: set ts=2 sw=2: --> | ... | ... |
Please
register
or
login
to post a comment