From 98ceff2391aeb02da932812a890a80030fcd7aad Mon Sep 17 00:00:00 2001 From: oohira Date: Mon, 1 Feb 2016 23:27:33 +0900 Subject: [PATCH] Fix bug that border of review comment box is not shown --- src/main/twirl/gitbucket/core/helper/commitcomment.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/gitbucket/core/helper/commitcomment.scala.html b/src/main/twirl/gitbucket/core/helper/commitcomment.scala.html index 73d938e11..23b2423e5 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.newLine.isDefined){newline="@comment.newLine.get"} @if(comment.oldLine.isDefined){oldline="@comment.oldLine.get"}>
@avatarLink(comment.commentedUserName, 48)
-
+
@user(comment.commentedUserName, styleClass="username strong")