Files
fizzy/app/views/mailers/notification/bundle_mailer/notification.html.erb
T
2025-08-27 11:44:11 +02:00

8 lines
339 B
Plaintext

<tr>
<td>
<h1 class="title">Everything since <%= @bundle.starts_at.strftime("%-l%P on %A, %B %-d") %></h1>
<p class="subtitle">You have <%= pluralize @notifications.count, "new notification" %>.</p>
<%= render partial: "notification/bundle_mailer/notification", collection: @notifications, as: :notification %>
</td>
</tr>