1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 09:44:43 +00:00

12 lines
290 B
Cheetah
Raw Normal View History

2015-08-26 21:45:51 +08:00
{{template "base/head" .}}
<div class="organization settings webhooks">
{{template "org/header" .}}
<div class="ui container">
<div class="ui grid">
{{template "org/settings/navbar" .}}
{{template "repo/settings/hook_list" .}}
</div>
</div>
2014-09-04 07:17:00 -04:00
</div>
2015-08-26 21:45:51 +08:00
{{template "base/footer" .}}