diff options
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/settings/webhook/list.tmpl | 2 | ||||
-rw-r--r-- | templates/repo/settings/webhook/new.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/settings/webhook/list.tmpl b/templates/repo/settings/webhook/list.tmpl index 02a3bcad66..5efd6d4a3c 100644 --- a/templates/repo/settings/webhook/list.tmpl +++ b/templates/repo/settings/webhook/list.tmpl @@ -6,7 +6,7 @@ <div class="ui blue tiny button">{{.i18n.Tr "repo.settings.add_webhook"}}</div> <div class="menu"> <a class="item" href="{{.BaseLink}}/gitea/new"> - <img width="20" height="20" src="{{StaticUrlPrefix}}/img/gitea-sm.png">Gitea + <img width="20" height="20" src="{{StaticUrlPrefix}}/img/gitea.svg">Gitea </a> <a class="item" href="{{.BaseLink}}/gogs/new"> <img width="20" height="20" src="{{StaticUrlPrefix}}/img/gogs.ico">Gogs diff --git a/templates/repo/settings/webhook/new.tmpl b/templates/repo/settings/webhook/new.tmpl index ac5d1886b2..51038389f0 100644 --- a/templates/repo/settings/webhook/new.tmpl +++ b/templates/repo/settings/webhook/new.tmpl @@ -8,7 +8,7 @@ {{if .PageIsSettingsHooksNew}}{{.i18n.Tr "repo.settings.add_webhook"}}{{else}}{{.i18n.Tr "repo.settings.update_webhook"}}{{end}} <div class="ui right"> {{if eq .HookType "gitea"}} - <img width="26" height="26" src="{{StaticUrlPrefix}}/img/gitea-sm.png"> + <img width="26" height="26" src="{{StaticUrlPrefix}}/img/gitea.svg"> {{else if eq .HookType "gogs"}} <img width="26" height="26" src="{{StaticUrlPrefix}}/img/gogs.ico"> {{else if eq .HookType "slack"}} |