Mercurial > zeropaste
comparison app/views/pastes/show.html.erb @ 10:56c17679105b
Moar pastes.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 26 Aug 2012 11:59:55 -0700 |
parents | 3a1f6c2e195d |
children | 81c86eb273f4 |
comparison
equal
deleted
inserted
replaced
9:9ba8cf402e06 | 10:56c17679105b |
---|---|
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 | 12 |
13 <%= link_to 'Raw', paste_path(@paste, :txt) %> | 13 <%= 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 %> |