11 lines
302 B
Plaintext
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>
|