diff options
author | Unknwon <u@gogs.io> | 2017-02-21 20:21:25 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-21 20:21:25 -0500 |
commit | 60aca9ea18f4fed6c98c83d41036f9a34fdbd28c (patch) | |
tree | 5fbf8009c9997678e4d9dedde80d98fd1e489cc8 /templates/repo/settings/webhooks.tmpl | |
parent | 6a8ad0b3574c3ab1f3a441493dc002b805b45a38 (diff) |
webhook: also only enable certain types (#3356)
Add new config option '[webhook] TYPES’.
Diffstat (limited to 'templates/repo/settings/webhooks.tmpl')
-rw-r--r-- | templates/repo/settings/webhooks.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/repo/settings/webhooks.tmpl b/templates/repo/settings/webhooks.tmpl new file mode 100644 index 00000000..fd3ea349 --- /dev/null +++ b/templates/repo/settings/webhooks.tmpl @@ -0,0 +1,11 @@ +{{template "base/head" .}} +<div class="repository settings webhooks"> + {{template "repo/header" .}} + <div class="ui container"> + <div class="ui grid"> + {{template "repo/settings/navbar" .}} + {{template "repo/settings/webhook_list" .}} + </div> + </div> +</div> +{{template "base/footer" .}} |