view app/views/pastes/create.txt.erb @ 172:a44a24fd37a7

Gem updates. Including Rails to 3.2.11.
author Edho Arief <edho@myconan.net>
date Wed, 09 Jan 2013 17:39:48 +0300
parents f7b7a39fb48c
children d310a716207b
line wrap: on
line source

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