You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

comment_form_datahandler.tmpl 343B

1234567
  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}}