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 <%= javascript_include_tag "application" %>
|
|
8 <% unless @skip_csrf %>
|
|
9 <%= csrf_meta_tags %>
|
|
10 <% end %>
|
|
11 </head>
|
|
12 <body>
|
0
|
13
|
139
|
14 <div class="container-fluid">
|
|
15 <div class="row-fluid">
|
|
16 <div class="span12">
|
|
17
|
|
18 <%= yield %>
|
|
19
|
|
20 <div class="footer">
|
|
21 <hr />
|
|
22 <p>Zeropaste © edogawaconan 2012. <a href="https://bitbucket.org/edogawaconan/zeropaste">Source</a>.</p>
|
|
23 </div>
|
|
24 </div>
|
27
|
25 </div>
|
|
26 </div>
|
0
|
27
|
139
|
28 </body>
|
0
|
29 </html>
|