From 10871732df078dc17e1c6c540a2ce18098ee21f0 Mon Sep 17 00:00:00 2001 From: Steve Norman Date: Wed, 27 May 2015 13:04:18 +0000 Subject: Use entity number for plus sign --- app/views/notify/repository_push_email.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1