summaryrefslogtreecommitdiffstats
path: root/templates/org/settings/hooks.tmpl
blob: 98b00f794c5cdd9c05121326ff2e1ddc17f05f93 (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/hook_list" .}}
		</div>
	</div>
</div>
{{template "base/footer" .}}