%= messages_tag(card) do %> <% if card.published? %> <%= render partial: "cards/comments/comment", collection: card.comments.chronologically, cached: true %> <%= render "cards/comments/new", card: card %>
<%= pluralize(@card.watchers.without(User.system).count, "person") %> will be notified when someone comments on this.
<%= pluralize(@card.watchers.without(User.system).count, "person") %> will be notified when someone comments on this.