<%= messages_tag(card) do %> <% if card.published? %> <%= render partial: "cards/comments/comment", collection: card.comments.chronologically, cached: true %> <%= render "cards/comments/new", card: card %>
Subscribers

<%= pluralize(@card.watchers.without(User.system).count, "person") %> will be notified when someone comments on this.

<% prepend_current_user_to(@card.watchers.without(User.system).alphabetically).each do |watcher| %> <%= avatar_tag watcher %> <% end %>
<% end %> <% end %>