Mercurial > zeropaste
comparison app/views/pastes/show.html.erb @ 31:81c86eb273f4
Hide hash information.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 10 Sep 2012 04:11:16 +0700 |
parents | 56c17679105b |
children | a81fb558f954 |
comparison
equal
deleted
inserted
replaced
30:df2ea9fc084d | 31:81c86eb273f4 |
---|---|
3 <p> | 3 <p> |
4 <b>Paste:</b> | 4 <b>Paste:</b> |
5 <pre><%= @paste.paste %></pre> | 5 <pre><%= @paste.paste %></pre> |
6 </p> | 6 </p> |
7 | 7 |
8 <p> | |
9 <b>Hash:</b> | |
10 <%= @paste.paste_hash %> | |
11 </p> | |
12 | |
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 %> | 8 <%= 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 %> |