comparison app/views/pastes/new.html.erb @ 26:a8b0775798c3

Added title.
author Edho Arief <edho@myconan.net>
date Mon, 10 Sep 2012 03:49:08 +0700
parents faf30647205e
children b1a816ff0d91
comparison
equal deleted inserted replaced
25:faf30647205e 26:a8b0775798c3
1 <% provide :title, 'New Paste' %>
1 <h1>New Paste</h1> 2 <h1>New Paste</h1>
2 3
3 <%= render 'form' %> 4 <%= render 'form' %>