comparison app/views/pastes/show.html.erb @ 3:04a43fae272c

Better styled paste show.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 11:29:31 -0700
parents 42de15334db1
children 5e54b5ff78d0
comparison
equal deleted inserted replaced
2:42de15334db1 3:04a43fae272c
1 <p id="notice"><%= notice %></p> 1 <p id="notice"><%= notice %></p>
2 2
3 <p> 3 <p>
4 <b>Paste:</b> 4 <b>Paste:</b>
5 <%= @paste.paste %> 5 <pre><%= @paste.paste %></pre>
6 </p> 6 </p>
7 7
8 <p> 8 <p>
9 <b>Hash:</b> 9 <b>Hash:</b>
10 <%= @paste.paste_hash %> 10 <%= @paste.paste_hash %>