aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/settings/hooks.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/settings/hooks.tmpl')
-rw-r--r--templates/user/settings/hooks.tmpl9
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/user/settings/hooks.tmpl b/templates/user/settings/hooks.tmpl
index 02bfa8a4e6..477c333220 100644
--- a/templates/user/settings/hooks.tmpl
+++ b/templates/user/settings/hooks.tmpl
@@ -1,8 +1,5 @@
-{{template "base/head" .}}
-<div class="page-content user settings webhooks">
- {{template "user/settings/navbar" .}}
- <div class="ui container">
+{{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings webhooks")}}
+ <div class="user-setting-content">
{{template "repo/settings/webhook/list" .}}
</div>
-</div>
-{{template "base/footer" .}}
+{{template "user/settings/layout_footer" .}}