diff --git a/src/main/twirl/gitbucket/core/helper/commitcomments.scala.html b/src/main/twirl/gitbucket/core/helper/commitcomments.scala.html index 945acdc..622a1c1 100644 --- a/src/main/twirl/gitbucket/core/helper/commitcomments.scala.html +++ b/src/main/twirl/gitbucket/core/helper/commitcomments.scala.html @@ -6,11 +6,16 @@
@comments.fileName + @if(!latestCommitId.contains(comments.comments.head.commitId)) { + + }
- @comments.diff.map(helpers.diff) -
+
+ @comments.diff.map(helpers.diff) +
@comments.comments.map { comment => @gitbucket.core.helper.html.commitcomment(comment, hasWritePermission, repository, latestCommitId) } +