view app/views/pastes/show.html.erb @ 9:9ba8cf402e06

Forgot to add the .txt erb.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 11:59:33 -0700
parents 3a1f6c2e195d
children 56c17679105b
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>

<%= link_to 'Raw', paste_path(@paste, :txt) %>