annotate app/views/pastes/show.html.erb @ 9:9ba8cf402e06

Forgot to add the .txt erb.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 11:59:33 -0700
parents 3a1f6c2e195d
children 56c17679105b
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
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
8 <p>
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
9 <b>Hash:</b>
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
10 <%= @paste.paste_hash %>
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
11 </p>
7
3a1f6c2e195d Added raw paste view.
Edho Arief <edho@myconan.net>
parents: 6
diff changeset
12
3a1f6c2e195d Added raw paste view.
Edho Arief <edho@myconan.net>
parents: 6
diff changeset
13 <%= link_to 'Raw', paste_path(@paste, :txt) %>