add vote counters to comments
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</span>
|
||||
|
||||
<p class="reply">
|
||||
<%= t("debates.debate.responses", count: comment.children_count) %>
|
||||
<%= t("debates.comment.responses", count: comment.children_count) %>
|
||||
<% if user_signed_in? %>
|
||||
|
|
||||
<%= render 'comments/form', {parent: comment, toggeable: true} %>
|
||||
|
||||
Reference in New Issue
Block a user