view app/views/pastes/create.txt.erb @ 86:09226d9a09f2

Gem update.
author Edho Arief <edho@myconan.net>
date Sun, 28 Oct 2012 02:21:15 +0000
parents f7b7a39fb48c
children d310a716207b
line wrap: on
line source

<% unless @paste.errors.any? %>
<%= paste_path @paste, :only_path => false %>
<% else %>
Failed
<% end %>