# HG changeset patch # User Edho Arief # Date 1352687882 -25200 # Node ID 58aa32120b54a96aec6ec65dc582211f3e9af25c # Parent e8a0e82213cd2501698c745897385cf8acc8bda7 Added paste id to title. diff -r e8a0e82213cd -r 58aa32120b54 app/views/pastes/show.html.erb --- a/app/views/pastes/show.html.erb Mon Nov 12 09:35:55 2012 +0700 +++ b/app/views/pastes/show.html.erb Mon Nov 12 09:38:02 2012 +0700 @@ -1,7 +1,7 @@ -<% provide :title, 'Show' %> +<% provide :title, "Paste ##{@paste.id}" %> <% @skip_csrf = true %>
<%= @paste.paste.gsub(/^$/, ' ') %>