diff options
author | Steve Norman <steve.norman@thomsonreuters.com> | 2015-05-27 13:04:18 +0000 |
---|---|---|
committer | Steve Norman <steve.norman@thomsonreuters.com> | 2015-05-27 13:04:18 +0000 |
commit | 10871732df078dc17e1c6c540a2ce18098ee21f0 (patch) | |
tree | 57a358109e848db96dfcd39ae46d3f603487813e /app | |
parent | fcc0ff2ccd71860d9eb802471806830a0eb77243 (diff) | |
download | gitlab-ce-10871732df078dc17e1c6c540a2ce18098ee21f0.tar.gz |
Use entity number for plus sign
Diffstat (limited to 'app')
-rw-r--r-- | app/views/notify/repository_push_email.html.haml | 2 |
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 - + + + = diff.new_path - else = diff.new_path |