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 | |
parent | e0df611cbc44360082d886106c4f2d4130c3dd81 (diff) | |
download | gitea-d9db1882745baf44e16375eb1dc4733bf2989848.tar.gz gitea-d9db1882745baf44e16375eb1dc4733bf2989848.zip |
Fix #1418 (#1456)
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/settings/githooks.tmpl | 4 | ||||
-rw-r--r-- | templates/repo/settings/hook_history.tmpl | 4 | ||||
-rw-r--r-- | templates/repo/settings/hook_list.tmpl | 4 |
3 files changed, 6 insertions, 6 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> diff --git a/templates/repo/settings/hook_history.tmpl b/templates/repo/settings/hook_history.tmpl index 9ded6a7905..a08481aafa 100644 --- a/templates/repo/settings/hook_history.tmpl +++ b/templates/repo/settings/hook_history.tmpl @@ -8,8 +8,8 @@ </div> {{end}} </h4> - <div class="ui attached table segment"> - <div class="ui hook history list"> + <div class="ui attached segment"> + <div class="ui list"> {{range .History}} <div class="item"> <div class="meta"> diff --git a/templates/repo/settings/hook_list.tmpl b/templates/repo/settings/hook_list.tmpl index 94f1d1310a..0b9c4d5057 100644 --- a/templates/repo/settings/hook_list.tmpl +++ b/templates/repo/settings/hook_list.tmpl @@ -15,8 +15,8 @@ </div> </div> </h4> -<div class="ui attached table segment"> - <div class="ui hook list"> +<div class="ui attached segment"> + <div class="ui list"> <div class="item"> {{.Description | Str2html}} </div> |