Explorar el Código

fix dingtalk icon url (#15417)

tags/v1.15.0-rc1
Tomás Warynyca hace 3 años
padre
commit
db4acd864f
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      templates/org/settings/hook_new.tmpl

+ 1
- 1
templates/org/settings/hook_new.tmpl Ver fichero

@@ -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"}}

Cargando…
Cancelar
Guardar