summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-07-22 11:31:15 +0200
committerMarin Jankovski <maxlazio@gmail.com>2015-07-22 11:31:15 +0200
commitaee579eac2389fdf9ec8e3e60f2c8cabeac10f3d (patch)
tree05290988e1d8d53eba35a17b5380453627feb3f0 /app/views
parent39dc39e33529ac3632e5d5a6fa06bf6908fb4fa4 (diff)
downloadgitlab-ce-aee579eac2389fdf9ec8e3e60f2c8cabeac10f3d.tar.gz
Use mdash to prevent breaking html emails.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/notify.html.haml2
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
- \—
+ &mdash;
%br
- if @target_url
#{link_to "View it on GitLab", @target_url}