diff --git a/src/main/twirl/gitbucket/core/issues/commentlist.scala.html b/src/main/twirl/gitbucket/core/issues/commentlist.scala.html index a08d310..976969d 100644 --- a/src/main/twirl/gitbucket/core/issues/commentlist.scala.html +++ b/src/main/twirl/gitbucket/core/issues/commentlist.scala.html @@ -46,7 +46,9 @@ } else { referenced the @issueOrPullRequest() } - @gitbucket.core.helper.html.datetimeago(comment.registeredDate) + + @gitbucket.core.helper.html.datetimeago(comment.registeredDate) + @if(comment.action != "commit" && comment.action != "merge" && comment.action != "refer" && (isManageable || context.loginAccount.map(_.userName == comment.commentedUserName).getOrElse(false))){