Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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