# HG changeset patch # User Edho Arief # Date 1359732396 -25200 # Node ID d310a716207ba774e256ec73d5d05522e1cf9f67 # Parent a9dba6a3008b74e0d7d2b0a6727d7d49bf733c9f Added paste key information for txt paste. diff -r a9dba6a3008b -r d310a716207b app/views/pastes/create.txt.erb --- a/app/views/pastes/create.txt.erb Fri Feb 01 22:24:08 2013 +0700 +++ b/app/views/pastes/create.txt.erb Fri Feb 01 22:26:36 2013 +0700 @@ -1,5 +1,5 @@ <% unless @paste.errors.any? %> -<%= paste_path @paste, :only_path => false %> +<%= paste_path @paste, :only_path => false %> (key: <%= @paste.key %>) <% else %> Failed <% end %>