view app/views/pastes/edit.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 42de15334db1
children
line wrap: on
line source

<h1>Editing paste</h1>

<%= render 'form' %>

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