Files
proglang-gitea-templates-v1.22/repo/diff/comment_form_datahandler.tmpl
2024-07-23 13:10:38 +02:00

8 lines
340 B
Cheetah

{{if $.comment}}
{{template "repo/diff/comment_form" dict "root" $.root "hidden" $.hidden "reply" $.reply "Line" $.comment.UnsignedLine "File" $.comment.TreePath "Side" $.comment.DiffSide "HasComments" true}}
{{else if $.root}}
{{template "repo/diff/comment_form" $}}
{{else}}
{{template "repo/diff/comment_form" dict "root" $}}
{{end}}