summaryrefslogtreecommitdiffstats
path: root/templates/org
diff options
context:
space:
mode:
authorMorlinest <Morlinest@users.noreply.github.com>2017-06-28 10:53:50 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-06-28 16:53:50 +0800
commit6b13dafe61df99c6831f8d69af764727c3cc6b52 (patch)
tree8ab053a47a5c9ec9bb32f5214f0852e43f41bda8 /templates/org
parentd389ed25a53a2e45a9a820f432772f40594babc0 (diff)
downloadgitea-6b13dafe61df99c6831f8d69af764727c3cc6b52.tar.gz
gitea-6b13dafe61df99c6831f8d69af764727c3cc6b52.zip
Fix org hooks UI (#2072)
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>