8 lines
339 B
Plaintext
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>
|