Mercurial > zeropaste
comparison app/views/layouts/application.html.erb @ 379:2ad092e60975
[mq]: new-design
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 07 Jun 2015 02:35:12 +0900 |
parents | 62f2a4b27af6 |
children | bfc5ad3f7dc5 |
comparison
equal
deleted
inserted
replaced
378:e84276bf344a | 379:2ad092e60975 |
---|---|
5 <title><%= html_title %></title> | 5 <title><%= html_title %></title> |
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 <%= stylesheet_link_tag "application", :media => "all" %> | 7 <%= stylesheet_link_tag "application", :media => "all" %> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 <header> | |
11 <h1><%= content_for :title %></h1> | |
12 <p class="credit"> | |
13 Zeropaste. | |
14 <a href="https://bitbucket.org/nanaya1/zeropaste">Source</a>. | |
15 <%= link_to 'Donate', 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40myconan%2enet&lc=ID&item_name=Zeropaste%20development¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_subscribe_LG%2egif%3aNonHosted' %>. | |
16 </p> | |
17 </header> | |
10 | 18 |
11 <div id="wrap"> | 19 <main> |
12 <div class="container"> | 20 <%= yield %> |
13 <%= yield %> | 21 </main> |
14 </div> | |
15 </div> | |
16 | |
17 <div id="footer"> | |
18 <div class="container"> | |
19 <p class="text-muted credit"> | |
20 Zeropaste. | |
21 <a href="https://bitbucket.org/nanaya1/zeropaste">Source</a>. | |
22 <%= link_to 'Donate', 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40myconan%2enet&lc=ID&item_name=Zeropaste%20development¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_subscribe_LG%2egif%3aNonHosted' %>. | |
23 </p> | |
24 </div> | |
25 </div> | |
26 | 22 |
27 <%= javascript_include_tag "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" %> | 23 <%= javascript_include_tag "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" %> |
28 <%= javascript_include_tag "application" %> | 24 <%= javascript_include_tag "application" %> |
29 </body> | 25 </body> |
30 </html> | 26 </html> |