aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/settings/hooks.tmpl
blob: 34c5cfbb6c1b86eb8cc978faa331a1451bdcf249 (plain)
1
2
3
4
5
6
7
8
9
{{template "base/head" .}}
<div class="repository settings webhooks">
	{{template "repo/header" .}}
	{{template "repo/settings/navbar" .}}
	<div class="ui container">
		{{template "repo/settings/hook_list" .}}
	</div>
</div>
{{template "base/footer" .}}