From 2e5eeeb2a48d749e975c826602926bdb60a935d5 Mon Sep 17 00:00:00 2001 From: Andy Zhao <17884966+Zhao-Andy@users.noreply.github.com> Date: Thu, 13 Aug 2020 12:50:39 -0400 Subject: [PATCH] [deploy] Remove flash message from article show page (#9768) --- app/views/articles/show.html.erb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/articles/show.html.erb b/app/views/articles/show.html.erb index 818167312..03468234f 100644 --- a/app/views/articles/show.html.erb +++ b/app/views/articles/show.html.erb @@ -1,11 +1,5 @@ <% title @article.title_with_query_preamble(user_signed_in?) %> -<% if flash[:success].present? %> -
- <%= flash[:success] %> -
-<% end %> - <%= render "shared/payment_pointer", user: @article.user %>