diff --git a/app/views/stories/_story.html.erb b/app/views/stories/_story.html.erb index 7ed6542..032dfc6 100644 --- a/app/views/stories/_story.html.erb +++ b/app/views/stories/_story.html.erb @@ -83,7 +83,7 @@ <% end %> - <% if story.votes.any? %> + <% if can? :create, Vote && story.votes.any? %> <%= link_to t('.voters'), "#", class: "toggle-voters" %>