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>
|
259
|
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
139
|
7 <%= stylesheet_link_tag "application", :media => "all" %>
|
|
8 </head>
|
|
9 <body>
|
390
|
10 <%= yield(:before_page_header) %>
|
395
|
11 <header class="header">
|
|
12 <h1>
|
|
13 <%= link_to "Zeropaste", root_path %> / <%= content_for :title %>
|
|
14 </h1>
|
|
15
|
|
16 <p>
|
379
|
17 <a href="https://bitbucket.org/nanaya1/zeropaste">Source</a>.
|
|
18 <%= 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' %>.
|
|
19 </p>
|
|
20 </header>
|
139
|
21
|
386
|
22 <%= render "layouts/alerts" %>
|
|
23
|
395
|
24 <main class="main">
|
379
|
25 <%= yield %>
|
|
26 </main>
|
0
|
27
|
216
|
28 <%= javascript_include_tag "application" %>
|
139
|
29 </body>
|
0
|
30 </html>
|