Files
fizzy/app/views/mailers/notification/bundle_mailer/_notification.html.erb
T
2025-11-07 11:02:57 -06:00

17 lines
440 B
Plaintext

<table class="notification">
<tr>
<td>&nbsp;</td>
<td>
<%= render "notification/bundle_mailer/header", notification: notification %>
</td>
</tr>
<tr>
<td class="avatar__container">
<%= mail_avatar_tag(notification.creator) %>
</td>
<td class="what">
<%= render "notification/bundle_mailer/#{notification.source_type.underscore}/body", notification: notification %>
</td>
</tr>
</table>