Notifications since <%= @bundle.starts_at.strftime("%-l%P on %A, %B %-d") %>

You have <%= link_to pluralize(@notifications.count, "new notification"), notifications_url %><%= " in #{ Current.account.name }" if @user.identity.accounts.many? %>.

<% @notifications.group_by(&:card).each do |card, notifications| %>

<%= card.board.name %>

<%= link_to "##{ card.number } #{ card.title }", card, class: "card__title" %> <%= render partial: "notification/bundle_mailer/notification", collection: notifications, as: :notification %> <% end %>