Copy and style improvements to mailer

This commit is contained in:
Jason Zimdars
2025-10-14 18:28:27 -05:00
committed by Stanko K.R.
parent b5a76bc537
commit 575578245f
5 changed files with 26 additions and 15 deletions
@@ -1,7 +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 <%= link_to pluralize(@notifications.count, "new notification"), notifications_url %>.</p>
<p class="subtitle margin-block-end-double">You have <%= link_to pluralize(@notifications.count, "new notification"), notifications_url %>.</p>
<%= render partial: "notification/bundle_mailer/notification", collection: @notifications, as: :notification %>
<p class="footer">BOXCAR emails you about new notifications every few hours. <br>
<%= link_to "Change how often you get these", notifications_settings_url %>