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