Flatten dirs

This commit is contained in:
Jorge Manrubia
2025-08-27 11:57:01 +02:00
parent 1b608ab67b
commit 13d053d285
5 changed files with 3 additions and 3 deletions
@@ -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>