diff options
author | Jonas Franz <info@jonasfranz.software> | 2018-10-22 22:13:35 +0200 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-10-22 16:13:35 -0400 |
commit | f38fce916ec92cb9ac9fe78fb5284bc8b55a726f (patch) | |
tree | 6516aead70b3ea1a95d9ff1aa42669c07a4d24dd /templates/repo/issue | |
parent | 9458880c068c985692a49caf608f0057c73790bf (diff) | |
download | gitea-f38fce916ec92cb9ac9fe78fb5284bc8b55a726f.tar.gz gitea-f38fce916ec92cb9ac9fe78fb5284bc8b55a726f.zip |
Add comment replies (#5104)
* Add comment replies
* Replace reviewID with review.ID
Diffstat (limited to 'templates/repo/issue')
-rw-r--r-- | templates/repo/issue/view_content/comments.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl index ee10ff56f0..4e79fd866c 100644 --- a/templates/repo/issue/view_content/comments.tmpl +++ b/templates/repo/issue/view_content/comments.tmpl @@ -342,7 +342,7 @@ </div> {{end}} </div> - {{template "repo/diff/comment_form_datahandler" dict "hidden" true "reply" true "root" $ "comment" (index $comms 0)}} + {{template "repo/diff/comment_form_datahandler" dict "hidden" true "reply" (index $comms 0).ReviewID "root" $ "comment" (index $comms 0)}} </div> </div> {{end}} |