summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Norman <steve.norman@thomsonreuters.com>2015-05-27 13:04:18 +0000
committerSteve Norman <steve.norman@thomsonreuters.com>2015-05-27 13:04:18 +0000
commit10871732df078dc17e1c6c540a2ce18098ee21f0 (patch)
tree57a358109e848db96dfcd39ae46d3f603487813e
parentfcc0ff2ccd71860d9eb802471806830a0eb77243 (diff)
downloadgitlab-ce-10871732df078dc17e1c6c540a2ce18098ee21f0.tar.gz
Use entity number for plus sign
-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