0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-22 07:52:04 +02:00
gitea/templates/admin/hooks.tmpl

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