mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-05 06:43:16 +00:00
2580e7b57e
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu.
11 lines
290 B
Cheetah
11 lines
290 B
Cheetah
{{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" .}} |