From d19ece6c9a31e1227d3b401724ee2d19466f2b0d Mon Sep 17 00:00:00 2001 From: Martin Schurz <Martin.Schurz@telekom.de> Date: Thu, 27 Jun 2024 20:45:13 +0200 Subject: [PATCH] Fixup remove spaces in styles for email templates Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de> --- app/views/notify/approved_merge_request_email.html.haml | 2 +- app/views/notify/merge_when_pipeline_succeeds_email.html.haml | 2 +- app/views/notify/unapproved_merge_request_email.html.haml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/notify/approved_merge_request_email.html.haml b/app/views/notify/approved_merge_request_email.html.haml index ca1d84aef813a..1ff9d37e66067 100644 --- a/app/views/notify/approved_merge_request_email.html.haml +++ b/app/views/notify/approved_merge_request_email.html.haml @@ -27,7 +27,7 @@ %tr.section %td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;padding:0 15px;border:1px solid #ededed;border-radius:3px;overflow:hidden;" } - %table.info{ border: "0", cellpadding: "0", cellspacing: "0", style: "text-align: left; width:100%;" } + %table.info{ border: "0", cellpadding: "0", cellspacing: "0", style: "text-align:left;width:100%;" } %tbody %tr %td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:1.4;color:#8c8c8c;font-weight:300;padding:14px 0;margin:0;" }= _("Project") diff --git a/app/views/notify/merge_when_pipeline_succeeds_email.html.haml b/app/views/notify/merge_when_pipeline_succeeds_email.html.haml index 8a525d73de4b6..bf6dd5e16ce9f 100644 --- a/app/views/notify/merge_when_pipeline_succeeds_email.html.haml +++ b/app/views/notify/merge_when_pipeline_succeeds_email.html.haml @@ -28,7 +28,7 @@ %tr.section %td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;padding:0 15px;border:1px solid #ededed;border-radius:3px;overflow:hidden;" } - %table.info{ border: "0", cellpadding: "0", cellspacing: "0", style: "text-align: left; width:100%;" } + %table.info{ border: "0", cellpadding: "0", cellspacing: "0", style: "text-align:left;width:100%;" } %tbody %tr %td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:1.4;color:#8c8c8c;font-weight:300;padding:14px 0;margin:0;" }= _('Project') diff --git a/app/views/notify/unapproved_merge_request_email.html.haml b/app/views/notify/unapproved_merge_request_email.html.haml index 2dc168939dc57..d84a610e29118 100644 --- a/app/views/notify/unapproved_merge_request_email.html.haml +++ b/app/views/notify/unapproved_merge_request_email.html.haml @@ -28,7 +28,7 @@ %tr.section %td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;padding:0 15px;border:1px solid #ededed;border-radius:3px;overflow:hidden;" } - %table.info{ border: "0", cellpadding: "0", cellspacing: "0", style: "text-align: left; width:100%;" } + %table.info{ border: "0", cellpadding: "0", cellspacing: "0", style: "text-align:left;width:100%;" } %tbody %tr %td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:1.4;color:#8c8c8c;font-weight:300;padding:14px 0;margin:0;" } -- GitLab