Browse Source

fix dingtalk icon url (#15417)

tags/v1.15.0-rc1
Tomás Warynyca 3 years ago
parent
commit
db4acd864f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/org/settings/hook_new.tmpl

+ 1
- 1
templates/org/settings/hook_new.tmpl View File

@@ -18,7 +18,7 @@
{{else if eq .HookType "discord"}}
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/discord.png">
{{else if eq .HookType "dingtalk"}}
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/dingtalk.png">
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/dingtalk.ico">
{{else if eq .HookType "telegram"}}
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/telegram.png">
{{else if eq .HookType "msteams"}}

Loading…
Cancel
Save