diff options
author | Morlinest <Morlinest@users.noreply.github.com> | 2017-06-28 10:53:50 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-06-28 16:53:50 +0800 |
commit | 6b13dafe61df99c6831f8d69af764727c3cc6b52 (patch) | |
tree | 8ab053a47a5c9ec9bb32f5214f0852e43f41bda8 /templates/org | |
parent | d389ed25a53a2e45a9a820f432772f40594babc0 (diff) | |
download | gitea-6b13dafe61df99c6831f8d69af764727c3cc6b52.tar.gz gitea-6b13dafe61df99c6831f8d69af764727c3cc6b52.zip |
Fix org hooks UI (#2072)
Diffstat (limited to 'templates/org')
-rw-r--r-- | templates/org/settings/hooks.tmpl | 4 |
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> |