add vote counters to comments

This commit is contained in:
David Gil
2015-08-11 19:31:52 +02:00
parent 19ef481917
commit 0291f574a2
6 changed files with 28 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
</div>
<span class="total-votes">
<%= pluralize(debate.total_votes, t("debates.debate.vote"), t("debates.debate.votes")) %>
<%= t("debates.debate.votes", count: debate.total_votes) %>
</span>
<% unless user_signed_in? %>