diff --git a/app/views/debates/show.html.erb b/app/views/debates/show.html.erb index 782ecb040..b822d5c4e 100644 --- a/app/views/debates/show.html.erb +++ b/app/views/debates/show.html.erb @@ -52,7 +52,11 @@ - <%= t("debates.show.comments_title") %> + + + <%= t("debates.show.comments_title") %> + (<%= t("debates.show.comments", count: @debate.comment_threads.count) %>) + <% if user_signed_in? %> <%= t("debates.show.leave_comment") %> @@ -62,4 +66,4 @@ <%= render @debate.root_comments.recent %> - \ No newline at end of file +
<%= t("debates.show.comments_title") %>
+ ++ <%= t("debates.show.comments_title") %> + (<%= t("debates.show.comments", count: @debate.comment_threads.count) %>) +
<% if user_signed_in? %>