Mercurial > zeropaste
annotate app/views/layouts/application.html.erb @ 222:9bc35555d3e3
Use external jquery instead of rails' builtin
Saves bandwidth and (hopefully) improves speed.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 12 May 2013 12:38:03 +0900 |
parents | e043da06b85f |
children | 5d084a9716ca |
rev | line source |
---|---|
0 | 1 <!DOCTYPE html> |
2 <html> | |
139 | 3 <head> |
4 <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> | |
5 <title><%= html_title %></title> | |
6 <%= stylesheet_link_tag "application", :media => "all" %> | |
7 </head> | |
8 <body> | |
0 | 9 |
139 | 10 <div class="container-fluid"> |
11 <div class="row-fluid"> | |
12 <div class="span12"> | |
13 | |
14 <%= yield %> | |
15 | |
16 <div class="footer"> | |
17 <hr /> | |
142 | 18 <p> |
19 Zeropaste © edogawaconan 2012. | |
20 <a href="https://bitbucket.org/edogawaconan/zeropaste">Source</a>. | |
21 <%= link_to 'Donate', 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=edho%40myconan%2enet&lc=ID&item_name=Zeropaste%20development¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_subscribe_LG%2egif%3aNonHosted' %>. | |
22 </p> | |
139 | 23 </div> |
24 </div> | |
27 | 25 </div> |
26 </div> | |
0 | 27 |
222
9bc35555d3e3
Use external jquery instead of rails' builtin
Edho Arief <edho@myconan.net>
parents:
216
diff
changeset
|
28 <%= javascript_include_tag "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" %> |
216 | 29 <%= javascript_include_tag "application" %> |
139 | 30 </body> |
0 | 31 </html> |