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.

new.tmpl 842B

1234567891011121314151617181920
  1. <h4 class="ui top attached header">
  2. {{.CustomHeaderTitle}}
  3. <div class="ui right">
  4. {{template "shared/webhook/icon" .ctxData}}
  5. </div>
  6. </h4>
  7. <div class="ui attached segment">
  8. {{template "repo/settings/webhook/gitea" .ctxData}}
  9. {{template "repo/settings/webhook/gogs" .ctxData}}
  10. {{template "repo/settings/webhook/slack" .ctxData}}
  11. {{template "repo/settings/webhook/discord" .ctxData}}
  12. {{template "repo/settings/webhook/dingtalk" .ctxData}}
  13. {{template "repo/settings/webhook/telegram" .ctxData}}
  14. {{template "repo/settings/webhook/msteams" .ctxData}}
  15. {{template "repo/settings/webhook/feishu" .ctxData}}
  16. {{template "repo/settings/webhook/matrix" .ctxData}}
  17. {{template "repo/settings/webhook/wechatwork" .ctxData}}
  18. {{template "repo/settings/webhook/packagist" .ctxData}}
  19. </div>
  20. {{template "repo/settings/webhook/history" .ctxData}}