diff app/views/pastes/show.html.erb @ 2:42de15334db1

Added the pastes.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 11:28:23 -0700
parents
children 04a43fae272c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/views/pastes/show.html.erb	Sun Aug 26 11:28:23 2012 -0700
@@ -0,0 +1,15 @@
+<p id="notice"><%= notice %></p>
+
+<p>
+  <b>Paste:</b>
+  <%= @paste.paste %>
+</p>
+
+<p>
+  <b>Hash:</b>
+  <%= @paste.paste_hash %>
+</p>
+
+
+<%= link_to 'Edit', edit_paste_path(@paste) %> |
+<%= link_to 'Back', pastes_path %>