aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/settings/webhook/base.tmpl
blob: b45a62226ab02fb0c42b03fb1276f4ac1f4c78aa (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/webhook/list" .}}
		</div>
	</div>
</div>
{{template "base/footer" .}}