comparison app/views/pastes/show.html.erb @ 7:3a1f6c2e195d

Added raw paste view.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 11:39:07 -0700
parents 5e54b5ff78d0
children 56c17679105b
comparison
equal deleted inserted replaced
6:5e54b5ff78d0 7:3a1f6c2e195d
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 <%= link_to 'Raw', paste_path(@paste, :txt) %>