Skip to content

Commit f1ca711

Browse files
committed
Fix avatar image location
1 parent 4fe79f2 commit f1ca711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/twirl/gitbucket/gist/commentlist.scala.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
repository: gitbucket.core.service.RepositoryService.RepositoryInfo)(implicit context: gitbucket.core.controller.Context)
55
@import gitbucket.core.view.helpers
66
@comments.map { comment =>
7-
<div class="issue-avatar-image">@helpers.avatar(comment.commentedUserName, 48)</div>
87
<div class="panel panel-default issue-comment-box" id="[email protected]">
98
<div class="panel-heading">
9+
@helpers.avatar(comment.commentedUserName, 20)
1010
@helpers.user(comment.commentedUserName, styleClass="username strong")
1111
<span class="muted">
1212
commented

0 commit comments

Comments
 (0)