Mercurial > zeropaste
comparison app/views/pastes/create.txt.erb @ 177:d310a716207b
Added paste key information for txt paste.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Fri, 01 Feb 2013 22:26:36 +0700 |
parents | f7b7a39fb48c |
children | dd5a154c17c7 |
comparison
equal
deleted
inserted
replaced
176:a9dba6a3008b | 177:d310a716207b |
---|---|
1 <% unless @paste.errors.any? %> | 1 <% unless @paste.errors.any? %> |
2 <%= paste_path @paste, :only_path => false %> | 2 <%= paste_path @paste, :only_path => false %> (key: <%= @paste.key %>) |
3 <% else %> | 3 <% else %> |
4 Failed | 4 Failed |
5 <% end %> | 5 <% end %> |