Move mailer templates to the mailers root

This commit is contained in:
Jorge Manrubia
2025-08-27 11:44:11 +02:00
parent 45d3bb4b3e
commit 30d8848057
7 changed files with 0 additions and 0 deletions
@@ -0,0 +1,7 @@
<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>