summaryrefslogtreecommitdiffstats
path: root/templates/repo/diff/comment_form_datahandler.tmpl
blob: 96569447197b38f695b108e1a3908d72db5e3ed1 (plain)
1
2
3
4
5
6
7
{{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}}