diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-02-12 16:48:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 08:48:28 +0000 |
commit | 83a8944fcf64af9bf5b0a4e233f9a7f917838a4d (patch) | |
tree | ebb4436506a4e36939fcfa358ccb09dfd3a01d3a /templates/repo/settings/webhook/list.tmpl | |
parent | ea7ad382e78486fc881bf46d9c1c004e3f311163 (diff) | |
download | gitea-83a8944fcf64af9bf5b0a4e233f9a7f917838a4d.tar.gz gitea-83a8944fcf64af9bf5b0a4e233f9a7f917838a4d.zip |
Add feishu webhook support (#10229)
Add feishu webhook support
Diffstat (limited to 'templates/repo/settings/webhook/list.tmpl')
-rw-r--r-- | templates/repo/settings/webhook/list.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo/settings/webhook/list.tmpl b/templates/repo/settings/webhook/list.tmpl index 5813b74914..0bdc95fa39 100644 --- a/templates/repo/settings/webhook/list.tmpl +++ b/templates/repo/settings/webhook/list.tmpl @@ -26,6 +26,9 @@ <a class="item" href="{{.BaseLink}}/msteams/new"> <img class="img-10" src="{{StaticUrlPrefix}}/img/msteams.png">Microsoft Teams </a> + <a class="item" href="{{.BaseLink}}/feishu/new"> + <img class="img-10" src="{{StaticUrlPrefix}}/img/feishu.png">Feishu + </a> </div> </div> </div> |