# HG changeset patch # User nanaya # Date 1433596470 -32400 # Node ID 92c62966191ba946fa60776ea93f61be4a971542 # Parent 6e3e1e7b02127307ae07637c6cbf19df7f84e5bd Add missing notice on create. diff -r 6e3e1e7b0212 -r 92c62966191b app/views/pastes/show.html.erb --- a/app/views/pastes/show.html.erb Sat Jun 06 22:12:56 2015 +0900 +++ b/app/views/pastes/show.html.erb Sat Jun 06 22:14:30 2015 +0900 @@ -1,5 +1,11 @@ <% provide :title, "Paste ##{@paste.id}" %> +<% if notice %> +
+ <%= notice %> +
+<% end %> + <% if alert %>
<%= alert %>