Remove flash notice to avoid cache leak (#6570) [deploy]

This commit is contained in:
Ben Halpern 2020-03-10 13:22:46 -04:00 committed by GitHub
parent 239edd5204
commit 77f0581673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>