summaryrefslogtreecommitdiffstats
path: root/templates/org/settings/hooks.tmpl
blob: 825b1e941d47437b5402291107eb4c93446d0ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{template "base/head" .}}
<div class="organization settings webhooks">
	{{template "org/header" .}}
	<div class="ui container">
		<div class="ui grid">
			{{template "org/settings/navbar" .}}
			<div class="twelve wide column content">
				{{template "repo/settings/webhook/list" .}}
			</div>
		</div>
	</div>
</div>
{{template "base/footer" .}}