Mercurial > zeropaste
diff app/views/layouts/application.html.erb @ 216:e043da06b85f
Load javascript last.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 12 May 2013 02:48:43 +0900 |
parents | 88f957e0352b |
children | 9bc35555d3e3 |
line wrap: on
line diff
--- a/app/views/layouts/application.html.erb Sun May 12 02:47:56 2013 +0900 +++ b/app/views/layouts/application.html.erb Sun May 12 02:48:43 2013 +0900 @@ -4,7 +4,6 @@ <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <title><%= html_title %></title> <%= stylesheet_link_tag "application", :media => "all" %> - <%= javascript_include_tag "application" %> </head> <body> @@ -26,5 +25,6 @@ </div> </div> + <%= javascript_include_tag "application" %> </body> </html>