Remove flash notice to avoid cache leak (#6570) [deploy]
This commit is contained in:
parent
239edd5204
commit
77f0581673
1 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,3 @@
|
|||
<% flash.each do |type, message| %>
|
||||
<div class="alert alert-<%= type %>"><%= message %></div>
|
||||
<% end %>
|
||||
|
||||
<% if @comment.errors.any? %>
|
||||
<div id="error_explanation">
|
||||
<h2><%= pluralize(@comment.errors.count, "error") %> prohibited this comment from being saved:</h2>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue