1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

fix bugs caused by #3929 (#3999)

This commit is contained in:
Lunny Xiao
2018-05-23 15:23:23 +08:00
committed by GitHub
parent 71a8fe3e7c
commit 60d95a0b85
3 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
<div class="ui grid">
{{template "org/settings/navbar" .}}
<div class="twelve wide column content">
{{template "repo/settings/hook_list" .}}
{{template "repo/settings/webhook/list" .}}
</div>
</div>
</div>