Mercurial > zeropaste
changeset 43:bc088ddb470f
Added page header div for show.
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Thu, 04 Oct 2012 02:13:46 +0700 | 
| parents | c91c994b22b9 | 
| children | 6a9e0c09bbd8 | 
| files | app/views/pastes/show.html.erb | 
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/app/views/pastes/show.html.erb Thu Oct 04 02:12:47 2012 +0700 +++ b/app/views/pastes/show.html.erb Thu Oct 04 02:13:46 2012 +0700 @@ -1,7 +1,9 @@ <% provide :title, 'Show' %> <p id="notice"><%= notice %></p> -<h1>Paste</h1> +<div class="page-header"> + <h1>Paste</h1> +</div> <pre><%= @paste.paste %></pre> <ul class="nav nav-pills">
