diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index a79cb5adcd2..1a2e03dec83 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -18,6 +18,15 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo <%= @preheader_text %> +<%- if I18n.t('user_notifications.digest.custom.html.header').present? %> + + + + +
+ <%= raw(t 'user_notifications.digest.custom.html.header') %> +
+<%- else %>
@@ -33,6 +42,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
+<%- end %>