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
diff options
context:
space:
mode:
authorSteve Norman <steve.norman@thomsonreuters.com>2015-05-27 16:04:18 +0300
committerSteve Norman <steve.norman@thomsonreuters.com>2015-05-27 16:04:18 +0300
commit10871732df078dc17e1c6c540a2ce18098ee21f0 (patch)
tree57a358109e848db96dfcd39ae46d3f603487813e /app/views/notify/repository_push_email.html.haml
parentfcc0ff2ccd71860d9eb802471806830a0eb77243 (diff)
Use entity number for plus sign
Diffstat (limited to 'app/views/notify/repository_push_email.html.haml')
-rw-r--r--app/views/notify/repository_push_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/repository_push_email.html.haml b/app/views/notify/repository_push_email.html.haml
index a374a662333..12f83aae04b 100644
--- a/app/views/notify/repository_push_email.html.haml
+++ b/app/views/notify/repository_push_email.html.haml
@@ -35,7 +35,7 @@
= diff.new_path
- elsif diff.new_file
%span.new-file
- &plus;
+ &#43;
= diff.new_path
- else
= diff.new_path