diff options
author | Unknwon <u@gogs.io> | 2015-08-27 01:04:23 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-27 01:04:23 +0800 |
commit | c08600c59b8fb8d5f03fadacddb1140bc994ae94 (patch) | |
tree | 29be86d5e607203d9ba68e0af58ae04c4cea0ea1 /templates/repo/settings/hook_history.tmpl | |
parent | 4217c2333cf9ac29af611df9826cc4b5198241fe (diff) | |
download | gitea-c08600c59b8fb8d5f03fadacddb1140bc994ae94.tar.gz gitea-c08600c59b8fb8d5f03fadacddb1140bc994ae94.zip |
new edit webhook UI
Diffstat (limited to 'templates/repo/settings/hook_history.tmpl')
-rw-r--r-- | templates/repo/settings/hook_history.tmpl | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/templates/repo/settings/hook_history.tmpl b/templates/repo/settings/hook_history.tmpl index be837ccae6..5bb4ca6a20 100644 --- a/templates/repo/settings/hook_history.tmpl +++ b/templates/repo/settings/hook_history.tmpl @@ -1,12 +1,8 @@ {{if .PageIsSettingsHooksEdit}} -<div id="setting-content"> - <div id="repo-hooks-history-panel" class="panel panel-radius"> - <div class="panel-header"> - <strong>{{.i18n.Tr "repo.settings.recent_deliveries"}}</strong> - </div> - <ul class="panel-body setting-list"> - <li>Coming soon!</li> - </ul> - </div> +<h4 class="ui top attached header"> + {{.i18n.Tr "repo.settings.recent_deliveries"}} +</h4> +<div class="ui attached segment"> + Coming soon! </div> {{end}}
\ No newline at end of file |