Skip to content

Commit 50e005c

Browse files
committed
fix
1 parent 7df036f commit 50e005c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/repo/diff/comment_form.tmpl

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
{{if $.reply}}
2828
<button class="ui submit green tiny button btn-reply" type="submit">{{$.root.locale.Tr "repo.diff.comment.reply"}}</button>
2929
<input type="hidden" name="reply" value="{{$.reply}}">
30+
<input type="hidden" name="single_review" value="true">
3031
{{else}}
3132
{{if $.root.CurrentReview}}
3233
<button name="pending_review" type="submit" class="ui submit green tiny button btn-add-comment">{{$.root.locale.Tr "repo.diff.comment.add_review_comment"}}</button>

0 commit comments

Comments
 (0)