diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-07-22 11:31:15 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-07-22 11:31:15 +0200 |
commit | aee579eac2389fdf9ec8e3e60f2c8cabeac10f3d (patch) | |
tree | 05290988e1d8d53eba35a17b5380453627feb3f0 /app | |
parent | 39dc39e33529ac3632e5d5a6fa06bf6908fb4fa4 (diff) | |
download | gitlab-ce-aee579eac2389fdf9ec8e3e60f2c8cabeac10f3d.tar.gz |
Use mdash to prevent breaking html emails.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/notify.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml index ee1b57278b6..c8662a15adb 100644 --- a/app/views/layouts/notify.html.haml +++ b/app/views/layouts/notify.html.haml @@ -33,7 +33,7 @@ = yield %div.footer{style: "margin-top: 10px;"} %p - \— + — %br - if @target_url #{link_to "View it on GitLab", @target_url} |