changeset 31:81c86eb273f4

Hide hash information.
author Edho Arief <edho@myconan.net>
date Mon, 10 Sep 2012 04:11:16 +0700
parents df2ea9fc084d
children 59ef6698fa0d
files app/views/pastes/show.html.erb
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/pastes/show.html.erb	Mon Sep 10 04:10:30 2012 +0700
+++ b/app/views/pastes/show.html.erb	Mon Sep 10 04:11:16 2012 +0700
@@ -5,9 +5,4 @@
   <pre><%= @paste.paste %></pre>
 </p>
 
-<p>
-  <b>Hash:</b>
-  <%= @paste.paste_hash %>
-</p>
-
 <%= link_to 'Raw', paste_path(@paste, :txt) %> | <%= link_to 'New paste based on this', new_paste_path(:base => @paste.id) %> | <%= link_to 'More Paste', new_paste_path %>