summaryrefslogtreecommitdiffstats
path: root/templates/org
diff options
context:
space:
mode:
Diffstat (limited to 'templates/org')
-rw-r--r--templates/org/settings/hooks.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/org/settings/hooks.tmpl b/templates/org/settings/hooks.tmpl
index 98b00f794c..9052bf6146 100644
--- a/templates/org/settings/hooks.tmpl
+++ b/templates/org/settings/hooks.tmpl
@@ -4,7 +4,9 @@
<div class="ui container">
<div class="ui grid">
{{template "org/settings/navbar" .}}
- {{template "repo/settings/hook_list" .}}
+ <div class="twelve wide column content">
+ {{template "repo/settings/hook_list" .}}
+ </div>
</div>
</div>
</div>