Subscribers

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

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