Mercurial > zeropaste
comparison app/views/layouts/application.html.erb @ 390:91dabc034389
Improved styling for show.
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 07 Jun 2015 19:38:42 +0900 |
parents | bf9e350f8a2b |
children | 26f8c634052c |
comparison
equal
deleted
inserted
replaced
389:433bc70e1781 | 390:91dabc034389 |
---|---|
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 <%= yield(:before_page_header) %> | |
10 <header> | 11 <header> |
11 <h1><%= content_for :title %></h1> | 12 <h1><%= content_for :title %></h1> |
12 <p class="credit"> | 13 <p class="credit"> |
13 Zeropaste. | 14 Zeropaste. |
14 <a href="https://bitbucket.org/nanaya1/zeropaste">Source</a>. | 15 <a href="https://bitbucket.org/nanaya1/zeropaste">Source</a>. |