diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-01-14 21:12:16 -0800 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-01-14 21:12:16 -0800 |
commit | f8b97b454b8eae343bd7ea6e92fd2257eeae45b0 (patch) | |
tree | 38ce651c4ce2da7517c40aaed3a226378941669d /lib | |
parent | 2c053c93b2ab6f4a42822a8db537e228463e8129 (diff) | |
download | gitlab-ce-f8b97b454b8eae343bd7ea6e92fd2257eeae45b0.tar.gz |
Make view link come first so I don't have to mouse to the end of the email line.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/gitlab/mail_google_schema_whitelisting.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/mail_google_schema_whitelisting.rake b/lib/tasks/gitlab/mail_google_schema_whitelisting.rake index f40bba24da8..102c6ae55d5 100644 --- a/lib/tasks/gitlab/mail_google_schema_whitelisting.rake +++ b/lib/tasks/gitlab/mail_google_schema_whitelisting.rake @@ -54,8 +54,8 @@ namespace :gitlab do <div class='footer' style='margin-top: 10px;'> <p> <br> - You're receiving this notification because you are a member of the Base / Rails Project project team. <a href=\"#{url}\">View it on GitLab</a> + You're receiving this notification because you are a member of the Base / Rails Project project team. #{schema} </p> </div> |