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