annotate app/views/pastes/show.html.erb @ 40:a81fb558f954

root_path is new_paste_path. Not aliased because it's :effort:.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 02:09:46 +0700
parents 81c86eb273f4
children ca7e3661cda0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
1 <p id="notice"><%= notice %></p>
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
2
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
3 <p>
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
4 <b>Paste:</b>
3
04a43fae272c Better styled paste show.
Edho Arief <edho@myconan.net>
parents: 2
diff changeset
5 <pre><%= @paste.paste %></pre>
2
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
6 </p>
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
7
40
a81fb558f954 root_path is new_paste_path. Not aliased because it's :effort:.
Edho Arief <edho@myconan.net>
parents: 31
diff changeset
8 <%= link_to 'Raw', paste_path(@paste, :txt) %> | <%= link_to 'New paste based on this', root_path(:base => @paste.id) %> | <%= link_to 'More Paste', root_path %>