diff --git a/app/views/stories/_listdetail.html.erb b/app/views/stories/_listdetail.html.erb index 212bfa0..f4426d0 100644 --- a/app/views/stories/_listdetail.html.erb +++ b/app/views/stories/_listdetail.html.erb @@ -74,8 +74,7 @@ class="story <%= story.vote == 1 ? "upvoted" : (story.vote == -1 ? <% end %> <% if defined?(single_story) && single_story %> - <% if story.downvotes > 0 && - (story.user_id == @user.try(:id) || @user.try(:is_moderator?)) %> + <% if story.downvotes > 0 %> | <%= story.vote_summary.downcase %> <% end %> <% end %>