From 86556a079e34eb1267e63f7b39cc018665e21bfc Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 8 Sep 2015 17:22:26 +0200 Subject: Improve diff UI and mr compare page Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/diffs/_stats.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/diffs/_stats.html.haml') diff --git a/app/views/projects/diffs/_stats.html.haml b/app/views/projects/diffs/_stats.html.haml index 1625930615a..c4d7f26430b 100644 --- a/app/views/projects/diffs/_stats.html.haml +++ b/app/views/projects/diffs/_stats.html.haml @@ -10,7 +10,7 @@ and %strong.cred #{@commit.stats.deletions} deletions .file-stats.js-toggle-content.hide - %ul.bordered-list + %ul - diffs.each_with_index do |diff, i| %li - if diff.deleted_file -- cgit v1.2.1