comparison 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
comparison
equal deleted inserted replaced
215:0e52170b7b6a 216:e043da06b85f
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> 4 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
5 <title><%= html_title %></title> 5 <title><%= html_title %></title>
6 <%= stylesheet_link_tag "application", :media => "all" %> 6 <%= stylesheet_link_tag "application", :media => "all" %>
7 <%= javascript_include_tag "application" %>
8 </head> 7 </head>
9 <body> 8 <body>
10 9
11 <div class="container-fluid"> 10 <div class="container-fluid">
12 <div class="row-fluid"> 11 <div class="row-fluid">
24 </div> 23 </div>
25 </div> 24 </div>
26 </div> 25 </div>
27 </div> 26 </div>
28 27
28 <%= javascript_include_tag "application" %>
29 </body> 29 </body>
30 </html> 30 </html>