Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-07-22 12:31:15 +0300
committerMarin Jankovski <maxlazio@gmail.com>2015-07-22 12:31:15 +0300
commitaee579eac2389fdf9ec8e3e60f2c8cabeac10f3d (patch)
tree05290988e1d8d53eba35a17b5380453627feb3f0 /app
parent39dc39e33529ac3632e5d5a6fa06bf6908fb4fa4 (diff)
Use mdash to prevent breaking html emails.
Diffstat (limited to 'app')
-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}