diff --git a/app/views/cards/_comments.html.erb b/app/views/cards/_comments.html.erb index 7fc6a977a..9ed43c777 100644 --- a/app/views/cards/_comments.html.erb +++ b/app/views/cards/_comments.html.erb @@ -1,4 +1,4 @@ -<% if card.messages.comments.any? %> +<% if card.comments.any? %>
<%= pluralize(card.comments.count, "comment") %>