code.gitea.io/gitea@v1.22.3/templates/repo/diff/comment_form_datahandler.tmpl (about) 1 {{if $.comment}} 2 {{template "repo/diff/comment_form" dict "root" $.root "hidden" $.hidden "reply" $.reply "Line" $.comment.UnsignedLine "File" $.comment.TreePath "Side" $.comment.DiffSide "HasComments" true}} 3 {{else if $.root}} 4 {{template "repo/diff/comment_form" $}} 5 {{else}} 6 {{template "repo/diff/comment_form" dict "root" $}} 7 {{end}}