view app/views/pastes/edit.html.erb @ 2:42de15334db1

Added the pastes.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 11:28:23 -0700
parents
children
line wrap: on
line source

<h1>Editing paste</h1>

<%= render 'form' %>

<%= link_to 'Show', @paste %> |
<%= link_to 'Back', pastes_path %>