comparison app/views/pastes/show.html.erb @ 2:42de15334db1

Added the pastes.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 11:28:23 -0700
parents
children 04a43fae272c
comparison
equal deleted inserted replaced
1:49c0949ee47e 2:42de15334db1
1 <p id="notice"><%= notice %></p>
2
3 <p>
4 <b>Paste:</b>
5 <%= @paste.paste %>
6 </p>
7
8 <p>
9 <b>Hash:</b>
10 <%= @paste.paste_hash %>
11 </p>
12
13
14 <%= link_to 'Edit', edit_paste_path(@paste) %> |
15 <%= link_to 'Back', pastes_path %>