diff 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
line wrap: on
line diff
--- a/app/views/pastes/show.html.erb	Sun Aug 26 11:34:06 2012 -0700
+++ b/app/views/pastes/show.html.erb	Sun Aug 26 11:37:49 2012 -0700
@@ -9,7 +9,3 @@
   <b>Hash:</b>
   <%= @paste.paste_hash %>
 </p>
-
-
-<%= link_to 'Edit', edit_paste_path(@paste) %> |
-<%= link_to 'Back', pastes_path %>