view app/views/pastes/edit.html.erb @ 11:c7bdd65f1a1d

The license.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 12:00:31 -0700
parents 42de15334db1
children
line wrap: on
line source

<h1>Editing paste</h1>

<%= render 'form' %>

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