# HG changeset patch # User nanaya # Date 1433640797 -32400 # Node ID 797e351b2e2b6a0d20383876a40fc6d1629c3201 # Parent 6cd41974d4b0ac5de84f679dc0b569f832e748a4 Remove alerts and title from show. Already shown by layout. diff -r 6cd41974d4b0 -r 797e351b2e2b app/views/pastes/show.html.erb --- a/app/views/pastes/show.html.erb Sun Jun 07 10:30:14 2015 +0900 +++ b/app/views/pastes/show.html.erb Sun Jun 07 10:33:17 2015 +0900 @@ -1,21 +1,5 @@ <% provide :title, "Paste ##{@paste.id}" %> -<% if notice %> -
- <%= notice %> -
-<% end %> - -<% if alert %> -
- <%= alert %> -
-<% end %> - - -