From d2cf4afc8144317fa969d7dc7210c565e7f3a25d Mon Sep 17 00:00:00 2001 From: nazoking Date: Tue, 10 Mar 2015 00:54:57 +0900 Subject: [PATCH] add diff stat bar --- .../gitbucket/core/helper/diff.scala.html | 46 +++++++++++++++++-- .../webapp/assets/common/css/gitbucket.css | 23 ++++++++++ src/main/webapp/assets/common/js/gitbucket.js | 12 ++++- 3 files changed, 76 insertions(+), 5 deletions(-) diff --git a/src/main/twirl/gitbucket/core/helper/diff.scala.html b/src/main/twirl/gitbucket/core/helper/diff.scala.html index f936b07d9..01725be23 100644 --- a/src/main/twirl/gitbucket/core/helper/diff.scala.html +++ b/src/main/twirl/gitbucket/core/helper/diff.scala.html @@ -10,7 +10,7 @@ @import gitbucket.core.view.helpers._ @import org.eclipse.jgit.diff.DiffEntry.ChangeType @if(showIndex){ -
+
@@ -22,6 +22,7 @@