Can just put this in the header

This commit is contained in:
Jason Zimdars
2025-08-27 10:42:02 -05:00
parent e3f5348865
commit adc91b9823
6 changed files with 2 additions and 9 deletions
@@ -1,3 +0,0 @@
<p class="notification__author">
<%= notification.creator.name %>
</p>
@@ -1 +0,0 @@
<%= notification.creator.name %>
@@ -1 +1 @@
<h2 class="notification__title">#<%= notification.card.id %> | <%= notification.card.collection.name %></h2>
<h2 class="notification__title">#<%= notification.card.id %> | <%= notification.card.collection.name %> | <%= notification.creator.name %></h2>
@@ -1 +1 @@
#<%= notification.card.id %> | <%= notification.card.collection.name %>
#<%= notification.card.id %> | <%= notification.card.collection.name %> | <%= notification.creator.name %>
@@ -4,7 +4,6 @@
<td>
<%= render "notification/bundle_mailer/header", notification: notification %>
<%= render "notification/bundle_mailer/#{notification.source_type.underscore}/body", notification: notification %>
<%= render "notification/bundle_mailer/footer", notification: notification %>
</td>
</tr>
</table>
@@ -1,7 +1,5 @@
================================================================================
[<%= notification.creator.name %>]
<%= render "notification/bundle_mailer/header", notification: notification %>
<%= render "notification/bundle_mailer/#{notification.source_type.underscore}/body", notification: notification %>
<%= render "notification/bundle_mailer/footer", notification: notification %>