We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5487883 commit 8de2a6bCopy full SHA for 8de2a6b
templates/repo/settings/webhook/new.tmpl
@@ -27,9 +27,9 @@
27
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/matrix.svg">
28
{{else if eq .HookType "wechatwork"}}
29
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/wechatwork.png">
30
- {{else if eq .HookType "packagist"}}
+ {{else if eq .HookType "packagist"}}
31
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/packagist.png">
32
- {{else if eq .HookType "custom"}}
+ {{else if eq .HookType "custom"}}
33
<img width="26" height="26" src="{{$.BaseLink}}/{{.CustomHook.ID}}/image">
34
{{end}}
35
</div>
0 commit comments