Mercurial > zeropaste
changeset 42:c91c994b22b9
Whitespace fix.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 04 Oct 2012 02:12:47 +0700 |
parents | ca7e3661cda0 |
children | bc088ddb470f |
files | app/views/pastes/show.html.erb |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/pastes/show.html.erb Thu Oct 04 02:12:26 2012 +0700 +++ b/app/views/pastes/show.html.erb Thu Oct 04 02:12:47 2012 +0700 @@ -1,8 +1,8 @@ <% provide :title, 'Show' %> <p id="notice"><%= notice %></p> - <h1>Paste</h1> - <pre><%= @paste.paste %></pre> +<h1>Paste</h1> +<pre><%= @paste.paste %></pre> <ul class="nav nav-pills"> <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li>