diff --git a/src/main/twirl/gitbucket/core/helper/commitcomment.scala.html b/src/main/twirl/gitbucket/core/helper/commitcomment.scala.html index 88615a7..bc5c531 100644 --- a/src/main/twirl/gitbucket/core/helper/commitcomment.scala.html +++ b/src/main/twirl/gitbucket/core/helper/commitcomment.scala.html @@ -11,7 +11,7 @@ @if(comment.oldLine.isDefined){oldline="@comment.oldLine.get"}>
@avatar(comment.commentedUserName, 48)
-
+
@user(comment.commentedUserName, styleClass="username strong") commented @@ -32,7 +32,7 @@ }
-
+
@markdown(comment.content, repository, false, true, true, hasWritePermission)