From 20af5aa742f15ca513a44c8178864f3cd7a7e873 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Thu, 31 May 2018 08:35:08 +0900 Subject: [PATCH] Keep showing a fold comment when tasklist is not complete --- .../gitbucket/core/helper/commitcomments.scala.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/twirl/gitbucket/core/helper/commitcomments.scala.html b/src/main/twirl/gitbucket/core/helper/commitcomments.scala.html index 4800a032e..561e94e2f 100644 --- a/src/main/twirl/gitbucket/core/helper/commitcomments.scala.html +++ b/src/main/twirl/gitbucket/core/helper/commitcomments.scala.html @@ -19,3 +19,14 @@ + +@if(!latestCommitId.contains(comments.comments.head.commitId)) { + +}