mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-05 06:43:16 +00:00
12 lines
303 B
Cheetah
12 lines
303 B
Cheetah
{{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>
|
|
</div>
|
|
{{template "base/footer" .}}
|