Can just put this in the header
This commit is contained in:
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user