From 7d20e8e8cd7fcd2bea5883b86c2b2225c5d0876c Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 30 Apr 2025 10:19:40 +0200 Subject: [PATCH] Remove another reference to message --- app/views/cards/_comments.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") %>