diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-11-05 21:17:15 -0800 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-11-05 21:17:15 -0800 |
commit | c468461579f0dedc0ad92609e6bb54624c2e2b04 (patch) | |
tree | 4f99b156e78e34fbf14848e4f26b132d5a07f85f /app/views/layouts | |
parent | 363900a3e7902cbda8f62b55eb2c30881b3dae3f (diff) | |
download | gitlab-ce-c468461579f0dedc0ad92609e6bb54624c2e2b04.tar.gz |
Only have one link in emails to make clicking it easier.
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/notify.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml index 854cda57c39..f58b9bd6ba6 100644 --- a/app/views/layouts/notify.html.haml +++ b/app/views/layouts/notify.html.haml @@ -40,9 +40,9 @@ Reply to this email directly or #{link_to "view it on GitLab", @target_url}. - else - #{link_to "View it on GitLab", @target_url} + #{link_to "View it on GitLab", @target_url}. %br - You're receiving this email because of your account on #{link_to Gitlab.config.gitlab.host, root_url}. + You're receiving this email because of your account on #{Gitlab.config.gitlab.host}. If you'd like to receive fewer emails, you can adjust your notification settings. = email_action @target_url |