Move mailer templates to the mailers root
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user