diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-07 03:39:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 03:39:24 +0200 |
commit | 1db4117030ac69b1083ddfe7390dedb02cede421 (patch) | |
tree | a5d97d8f2046ab8455f108770570c3b3a5ba8bac /app/views/layouts | |
parent | a60364ca7d26c82c9353980d0966d37e9aa66014 (diff) |
Change preferences page into appearance, notifications, and other (#10977)
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/mailer.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/mailer.html.haml b/app/views/layouts/mailer.html.haml index 4ffe3d79a..343bcb265 100644 --- a/app/views/layouts/mailer.html.haml +++ b/app/views/layouts/mailer.html.haml @@ -46,7 +46,7 @@ %tbody %td.column-cell %p= t 'about.hosted_on', domain: site_hostname - %p= link_to t('application_mailer.notification_preferences'), settings_notifications_url + %p= link_to t('application_mailer.notification_preferences'), settings_preferences_notifications_url %td.column-cell.text-right = link_to root_url do = image_tag full_pack_url('media/images/mailer/logo_transparent.png'), alt: 'Mastodon', height: 24 |