aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/hooks.tmpl
blob: a23cff43426974652ba5b074f873e116cec7b744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{template "base/head" .}}
<div class="page-content admin hooks">
	{{template "admin/navbar" .}}
	<div class="ui container">
		{{template "base/alert" .}}

		{{template "repo/settings/webhook/base_list" .SystemWebhooks}}
		{{template "repo/settings/webhook/base_list" .DefaultWebhooks}}

		{{template "repo/settings/webhook/delete_modal" .}}
	</div>
</div>
{{template "base/footer" .}}