diff --git a/src/main/twirl/gitbucket/core/helper/diff.scala.html b/src/main/twirl/gitbucket/core/helper/diff.scala.html index 2877060..605efd2 100644 --- a/src/main/twirl/gitbucket/core/helper/diff.scala.html +++ b/src/main/twirl/gitbucket/core/helper/diff.scala.html @@ -24,16 +24,16 @@ 0){ class="border"}> @if(diff.changeType == ChangeType.COPY || diff.changeType == ChangeType.RENAME){ - @diff.oldPath -> @diff.newPath + @diff.oldPath -> @diff.newPath } @if(diff.changeType == ChangeType.ADD){ - @diff.newPath + @diff.newPath } @if(diff.changeType == ChangeType.MODIFY){ - @diff.newPath + @diff.newPath } @if(diff.changeType == ChangeType.DELETE){ - @diff.oldPath + @diff.oldPath } @@ -46,7 +46,7 @@ @if(diff.changeType == ChangeType.COPY || diff.changeType == ChangeType.RENAME){ - @diff.oldPath -> @diff.newPath + @diff.oldPath -> @diff.newPath @if(newCommitId.isDefined){
@@ -56,9 +56,9 @@ } @if(diff.changeType == ChangeType.ADD || diff.changeType == ChangeType.MODIFY){ @if(diff.changeType == ChangeType.ADD){ - + }else{ - + } @diff.newPath @if(newCommitId.isDefined){
@@ -68,7 +68,7 @@ } } @if(diff.changeType == ChangeType.DELETE){ - @diff.oldPath + @diff.oldPath @if(oldCommitId.isDefined){
diff --git a/src/main/twirl/gitbucket/core/issues/labels/label.scala.html b/src/main/twirl/gitbucket/core/issues/labels/label.scala.html index b7cee42..891f31a 100644 --- a/src/main/twirl/gitbucket/core/issues/labels/label.scala.html +++ b/src/main/twirl/gitbucket/core/issues/labels/label.scala.html @@ -11,7 +11,7 @@
- + @label.labelName diff --git a/src/main/twirl/gitbucket/core/issues/milestones/list.scala.html b/src/main/twirl/gitbucket/core/issues/milestones/list.scala.html index 0f35834..e1e8f7c 100644 --- a/src/main/twirl/gitbucket/core/issues/milestones/list.scala.html +++ b/src/main/twirl/gitbucket/core/issues/milestones/list.scala.html @@ -13,11 +13,11 @@ - + @milestones.count(_._1.closedDate.isEmpty) Open    - + @milestones.count(_._1.closedDate.isDefined) Closed diff --git a/src/main/twirl/gitbucket/core/repo/files.scala.html b/src/main/twirl/gitbucket/core/repo/files.scala.html index 11d5f70..0e68b19 100644 --- a/src/main/twirl/gitbucket/core/repo/files.scala.html +++ b/src/main/twirl/gitbucket/core/repo/files.scala.html @@ -76,12 +76,12 @@ @if(file.isDirectory){ @if(file.linkUrl.isDefined){ - + } else { - + } } else { - + } diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 75da72f..3af0520 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -257,6 +257,7 @@ background: #f2f8fa; } + div.box-content { background-color: white; border: 1px solid #d8d8d8; @@ -277,6 +278,10 @@ text-shadow: 0 1px 0 #fff } +th.box-header .octicon { + display: inline; +} + th.metal { background-color: #e0e0e0; background-image: -moz-linear-gradient(#fafafa, #e8e8e8);