From 7ff62532df101130b42bf2ec962ad4adc2c11449 Mon Sep 17 00:00:00 2001 From: taitus Date: Tue, 10 May 2022 15:30:32 +0200 Subject: [PATCH] Unifiy proposal notification digest with others emails The notification digest title did not look the same as other mail. We removed the table for the title to make it more consistent with the rest of the emails. --- .../proposal_notification_digest.html.erb | 28 ++++++++----------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/app/views/mailer/proposal_notification_digest.html.erb b/app/views/mailer/proposal_notification_digest.html.erb index 7b3d0f58b..95975ede9 100644 --- a/app/views/mailer/proposal_notification_digest.html.erb +++ b/app/views/mailer/proposal_notification_digest.html.erb @@ -1,20 +1,14 @@ - - - - - - - -
-

- <%= t("mailers.proposal_notification_digest.title", - org_name: Setting["org_name"]) %> -

-

- <%= t("mailers.proposal_notification_digest.info", - org_name: Setting["org_name"]) %> -

-
+ + +

+ <%= t("mailers.proposal_notification_digest.title", + org_name: Setting["org_name"]) %> +

+ +

+ <%= t("mailers.proposal_notification_digest.info", + org_name: Setting["org_name"]) %> +

<% @notifications.each do |notification| %>