summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings/hooks.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/settings/hooks.tmpl')
-rw-r--r--templates/repo/settings/hooks.tmpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/repo/settings/hooks.tmpl b/templates/repo/settings/hooks.tmpl
index a405b44698..34c5cfbb6c 100644
--- a/templates/repo/settings/hooks.tmpl
+++ b/templates/repo/settings/hooks.tmpl
@@ -1,11 +1,9 @@
{{template "base/head" .}}
<div class="repository settings webhooks">
{{template "repo/header" .}}
+ {{template "repo/settings/navbar" .}}
<div class="ui container">
- <div class="ui grid">
- {{template "repo/settings/navbar" .}}
- {{template "repo/settings/hook_list" .}}
- </div>
+ {{template "repo/settings/hook_list" .}}
</div>
</div>
{{template "base/footer" .}}