view 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 source

<p id="notice"><%= notice %></p>

<p>
  <b>Paste:</b>
  <pre><%= @paste.paste %></pre>
</p>

<p>
  <b>Hash:</b>
  <%= @paste.paste_hash %>
</p>