Files
fizzy/app/views/mailers/notification/bundle_mailer/_notification.html.erb
T
2025-11-12 14:29:25 -06:00

11 lines
302 B
Plaintext

<table class="notification">
<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>