Flatten dirs
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<tr>
|
||||
<td class="avatar__container"><%= image_tag user_avatar_url(notification.creator), alt: notification.creator.name, class: "avatar", size: 48 %></td>
|
||||
<td>
|
||||
<%= render "notification/bundle_mailer/notification/header", notification: notification %>
|
||||
<%= render "notification/bundle_mailer/notification/#{notification.source_type.underscore}/body", notification: notification %>
|
||||
<%= render "notification/bundle_mailer/notification/footer", notification: notification %>
|
||||
<%= 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>
|
||||
|
||||
Reference in New Issue
Block a user