Remove another reference to message
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user