mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
24941a1046
* add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * update vendor Signed-off-by: Bo-Yi Wu <[email protected]> * load attributes when created release * update comparsion doc
10 lines
257 B
Cheetah
10 lines
257 B
Cheetah
{{template "base/head" .}}
|
|
<div class="repository settings webhooks">
|
|
{{template "repo/header" .}}
|
|
{{template "repo/settings/navbar" .}}
|
|
<div class="ui container">
|
|
{{template "repo/settings/webhook/list" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|