Remove another reference to message

This commit is contained in:
Jorge Manrubia
2025-04-30 10:19:40 +02:00
parent 2d2cd702ca
commit 7d20e8e8cd
+1 -1
View File
@@ -1,4 +1,4 @@
<% if card.messages.comments.any? %>
<% if card.comments.any? %>
<div class="card__detail card__comments">
<span aria-hidden="true"><%= card.comments.count %></span>
<span class="for-screen-reader"><%= pluralize(card.comments.count, "comment") %></span>