comparison app/views/pastes/new.html.erb @ 14:5a21bc200a53

Removed unused link.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 19:48:37 -0700
parents 42de15334db1
children faf30647205e
comparison
equal deleted inserted replaced
13:33e8202c7e5d 14:5a21bc200a53
1 <h1>New paste</h1> 1 <h1>New paste</h1>
2 2
3 <%= render 'form' %> 3 <%= render 'form' %>
4
5 <%= link_to 'Back', pastes_path %>