We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b7e11 commit ef5f176Copy full SHA for ef5f176
templates/repo/diff/comment_form.tmpl
@@ -2,7 +2,7 @@
2
{{if $.hidden}}
3
<button class="comment-form-reply ui green labeled icon tiny button"><i class="reply icon"></i> {{$.root.i18n.Tr "repo.diff.comment.reply"}}</button>
4
{{end}}
5
- <form class="ui form {{if $.hidden}}hide{{end}} comment-form comment-form-reply" action="{{$.root.Issue.HTMLURL}}/files/reviews/comments" method="post">
+ <form class="ui form {{if $.hidden}}hide comment-form comment-form-reply{{end}}" action="{{$.root.Issue.HTMLURL}}/files/reviews/comments" method="post">
6
{{$.root.CsrfTokenHtml}}
7
<input type="hidden" name="latest_commit_id" value="{{$.root.AfterCommitID}}"/>
8
<input type="hidden" name="side" value="{{if $.Side}}{{$.Side}}{{end}}">
0 commit comments