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