Fix review conversation reply (#23846)
Regression of #23245 Close #23843
This commit is contained in:
		
							parent
							
								
									e2165854a6
								
							
						
					
					
						commit
						9a30b2eafa
					
				| 
						 | 
					@ -27,6 +27,7 @@
 | 
				
			||||||
				{{if $.reply}}
 | 
									{{if $.reply}}
 | 
				
			||||||
					<button class="ui submit green tiny button btn-reply" type="submit">{{$.root.locale.Tr "repo.diff.comment.reply"}}</button>
 | 
										<button class="ui submit green tiny button btn-reply" type="submit">{{$.root.locale.Tr "repo.diff.comment.reply"}}</button>
 | 
				
			||||||
					<input type="hidden" name="reply" value="{{$.reply}}">
 | 
										<input type="hidden" name="reply" value="{{$.reply}}">
 | 
				
			||||||
 | 
										<input type="hidden" name="single_review" value="true">
 | 
				
			||||||
				{{else}}
 | 
									{{else}}
 | 
				
			||||||
					{{if $.root.CurrentReview}}
 | 
										{{if $.root.CurrentReview}}
 | 
				
			||||||
						<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>
 | 
											<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>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue