aboutsummaryrefslogtreecommitdiff
path: root/templates/org/settings/webhooks.tmpl
blob: 283a060041313d6d4666815d1cb3b64a3d2092bb (plain)
1
2
3
4
5
6
7
8
9
10
11
{{template "base/head" .}}
<div class="organization settings webhooks">
	{{template "org/header" .}}
	<div class="ui container">
		<div class="ui grid">
			{{template "org/settings/navbar" .}}
			{{template "repo/settings/webhook/list" .}}
		</div>
	</div>
</div>
{{template "base/footer" .}}