Files
fizzy/app/views/notification/bundle_mailer/notification.html.erb
T
2025-08-26 14:21:38 +02:00

6 lines
264 B
Plaintext

<h2>Your Notifications since <%= @bundle.starts_at.strftime("%-l%P on %A, %B %-d") %></h2>
<p>You have <%= @notifications.count %> notifications:</p>
<%= render partial: "notification/bundle_mailer/notification", collection: @notifications, as: :notification %>