annotate app/views/pastes/show.html.erb @ 39:a930c717654c
Add Clear button to the form.
author |
Edho Arief <edho@myconan.net> |
date |
Thu, 04 Oct 2012 02:08:11 +0700 |
parents |
81c86eb273f4 |
children |
a81fb558f954 |
rev |
line source |
2
|
1 <p id="notice"><%= notice %></p>
|
|
2
|
|
3 <p>
|
|
4 <b>Paste:</b>
|
3
|
5 <pre><%= @paste.paste %></pre>
|
2
|
6 </p>
|
|
7
|
10
|
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 %>
|