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
|
216
|
28 <%= javascript_include_tag "application" %>
|
139
|
29 </body>
|
0
|
30 </html>
|