annotate app/views/pastes/show.html.erb @ 13:33e8202c7e5d
Added example database.yml.
author |
Edho Arief <edho@myconan.net> |
date |
Sun, 26 Aug 2012 12:06:48 -0700 |
parents |
56c17679105b |
children |
81c86eb273f4 |
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
|
|
8 <p>
|
|
9 <b>Hash:</b>
|
|
10 <%= @paste.paste_hash %>
|
|
11 </p>
|
7
|
12
|
10
|
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 %>
|