diff --git a/app/views/articles/show.html.erb b/app/views/articles/show.html.erb index 4b5a57196..e3d861a80 100644 --- a/app/views/articles/show.html.erb +++ b/app/views/articles/show.html.erb @@ -56,7 +56,8 @@ <% end %> - <% if (@article.positive_reactions_count < 9 && @article.user.comments_count < 1) || @article.featured_number < 1500000000 %> + <% if (@article.positive_reactions_count < 8 && @article.user.comments_count < 1 && !@article.featured) || + @article.featured_number < 1500000000 %> <% end %> <% end %>