comparison 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
comparison
equal deleted inserted replaced
1:49c0949ee47e 2:42de15334db1
1 <h1>Editing paste</h1>
2
3 <%= render 'form' %>
4
5 <%= link_to 'Show', @paste %> |
6 <%= link_to 'Back', pastes_path %>