comparison app/views/pastes/show.html.erb @ 6:5e54b5ff78d0

Removed unused links.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 11:37:49 -0700
parents 04a43fae272c
children 3a1f6c2e195d
comparison
equal deleted inserted replaced
5:fe0cb4276ae7 6:5e54b5ff78d0
7 7
8 <p> 8 <p>
9 <b>Hash:</b> 9 <b>Hash:</b>
10 <%= @paste.paste_hash %> 10 <%= @paste.paste_hash %>
11 </p> 11 </p>
12
13
14 <%= link_to 'Edit', edit_paste_path(@paste) %> |
15 <%= link_to 'Back', pastes_path %>