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.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/hooks.tmpl b/templates/user/settings/hooks.tmpl
index 477c333220..e2d18001f2 100644
--- a/templates/user/settings/hooks.tmpl
+++ b/templates/user/settings/hooks.tmpl
@@ -1,5 +1,5 @@
{{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings webhooks")}}
<div class="user-setting-content">
- {{template "repo/settings/webhook/list" .}}
+ {{template "repo/settings/webhook/base_list" .}}
</div>
{{template "user/settings/layout_footer" .}}