[deploy] Remove flash message from article show page (#9768)

This commit is contained in:
Andy Zhao 2020-08-13 12:50:39 -04:00 committed by GitHub
parent 8b60a18735
commit 2e5eeeb2a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,5 @@
<% title @article.title_with_query_preamble(user_signed_in?) %>
<% if flash[:success].present? %>
<div class="crayons-banner">
<%= flash[:success] %>
</div>
<% end %>
<%= render "shared/payment_pointer", user: @article.user %>
<style>