@@ -38,31 +38,31 @@
-
-
+
+
- |
+ |
<%= image_tag(
attachments['logo.png'].url,
size: '142x19',
style: 'width: 142px; height: 19px;',
alt: t('mailer.logo', app_name: APP_NAME),
) %>
-
- | |
+
+ |
-
+ |
@@ -99,10 +99,10 @@
- |
+ |
- |
+ |
<%= (t('mailer.no_reply') + ' ' + t(
'mailer.help',
@@ -112,10 +112,10 @@
),
)).html_safe %>
-
+ |
-
+ |
@@ -128,7 +128,7 @@
- |
+ |
-
+
- |
+ |
<%= link_to(
t('mailer.about', app_name: APP_NAME),
@@ -152,11 +152,11 @@
style: 'text-decoration: underline;',
).html_safe %>
-
- | |
+
+ |
-
+
diff --git a/app/views/user_mailer/account_reset_granted.html.erb b/app/views/user_mailer/account_reset_granted.html.erb
index f8983b89497..e3b789c6be9 100644
--- a/app/views/user_mailer/account_reset_granted.html.erb
+++ b/app/views/user_mailer/account_reset_granted.html.erb
@@ -2,7 +2,7 @@
<%= t('user_mailer.account_reset_granted.intro_html', app_name: link_to(APP_NAME, IdentityConfig.store.mailer_domain_name, class: 'gray')) %>
- | | |