diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-04-07 16:50:40 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-04-07 22:50:40 +0800 |
commit | d9db1882745baf44e16375eb1dc4733bf2989848 (patch) | |
tree | 71bdaab84cc885055ab1f2f0160bb465ac249166 /templates/repo/settings/githooks.tmpl | |
parent | e0df611cbc44360082d886106c4f2d4130c3dd81 (diff) | |
download | gitea-d9db1882745baf44e16375eb1dc4733bf2989848.tar.gz gitea-d9db1882745baf44e16375eb1dc4733bf2989848.zip |
Fix #1418 (#1456)
Diffstat (limited to 'templates/repo/settings/githooks.tmpl')
-rw-r--r-- | templates/repo/settings/githooks.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/settings/githooks.tmpl b/templates/repo/settings/githooks.tmpl index 8014a7fe14..2af66780f9 100644 --- a/templates/repo/settings/githooks.tmpl +++ b/templates/repo/settings/githooks.tmpl @@ -7,8 +7,8 @@ <h4 class="ui top attached header"> {{.i18n.Tr "repo.settings.githooks"}} </h4> - <div class="ui attached table segment"> - <div class="ui hook list"> + <div class="ui attached segment"> + <div class="ui list"> <div class="item"> {{.i18n.Tr "repo.settings.githooks_desc" | Str2html}} </div> |