Files
gitea/templates/admin/hooks.tmpl
wxiaoguang e0745eb14d
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
Refactor webhook and fix feishu/lark secret (#34961)
2025-07-06 06:04:08 +00:00

7 lines
291 B
Handlebars

{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin hooks")}}
<div class="admin-setting-content">
{{template "repo/settings/webhook/base_list" .SystemWebhooks}}
{{template "repo/settings/webhook/base_list" .DefaultWebhooks}}
</div>
{{template "admin/layout_footer" .}}