Add comment replies (#5104)

* Add comment replies

* Replace reviewID with review.ID
此提交包含在:
Jonas Franz
2018-10-22 16:13:35 -04:00
提交者 techknowlogick
父節點 9458880c06
當前提交 f38fce916e
共有 6 個檔案被更改,包括 14 行新增10 行删除
+1 -1
查看文件
@@ -32,7 +32,7 @@
{{ template "repo/diff/comments" dict "root" $.root "comments" $line.Comments}}
</ui>
</div>
{{template "repo/diff/comment_form_datahandler" dict "hidden" true "root" $.root "comment" (index $line.Comments 0)}}
{{template "repo/diff/comment_form_datahandler" dict "hidden" true "reply" (index $line.Comments 0).ReviewID "root" $.root "comment" (index $line.Comments 0)}}
</div>
</td>
</tr>