Skip to content

Commit 33f3583

Browse files
committed
Remove avatar from comment form
1 parent 078d8a0 commit 33f3583

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
@if(context.loginAccount.isDefined){
44
<hr/><br/>
55
<form method="POST" validate="true" action="@context.path/gist/@gist.userName/@gist.repositoryName/_comment">
6-
<div class="issue-avatar-image">@helpers.avatar(context.loginAccount.get.userName, 48)</div>
76
<div class="panel panel-default issue-comment-box">
87
<div class="panel-body">
98
@gitbucket.gist.html.commentpreview(

0 commit comments

Comments
 (0)