From 0a32cfd611965b484de284f028972ffdf540d2d2 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 27 Aug 2025 12:06:21 +0200 Subject: [PATCH] Add newline to separate --- .../mailers/notification/bundle_mailer/_notification.text.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/mailers/notification/bundle_mailer/_notification.text.erb b/app/views/mailers/notification/bundle_mailer/_notification.text.erb index fd96276ff..ad2d7f1d4 100644 --- a/app/views/mailers/notification/bundle_mailer/_notification.text.erb +++ b/app/views/mailers/notification/bundle_mailer/_notification.text.erb @@ -3,4 +3,5 @@ <%= 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 %> \ No newline at end of file +<%= render "notification/bundle_mailer/footer", notification: notification %> +