Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

comment_form_datahandler.tmpl 340B

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