diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/head.tmpl | 2 | ||||
-rw-r--r-- | templates/org/settings/hook_new.tmpl | 2 | ||||
-rw-r--r-- | templates/repo/settings/hook_list.tmpl | 2 | ||||
-rw-r--r-- | templates/repo/settings/hook_new.tmpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 6254e45435..bb6f1ecaf5 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -90,7 +90,7 @@ <div class="column"> <div class="ui top secondary menu"> <a class="item brand" href="{{AppSubUrl}}/"> - <img class="ui mini image" src="{{AppSubUrl}}/img/favicon.png"> + <img class="ui mini image" src="{{AppSubUrl}}/img/gitea-sm.png"> </a> {{if .IsSigned}} diff --git a/templates/org/settings/hook_new.tmpl b/templates/org/settings/hook_new.tmpl index ee3fd2c506..8d55e80ea8 100644 --- a/templates/org/settings/hook_new.tmpl +++ b/templates/org/settings/hook_new.tmpl @@ -10,7 +10,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 class="img-13" src="{{AppSubUrl}}/img/favicon.png"> + <img class="img-13" src="{{AppSubUrl}}/img/gitea-sm.png"> {{else if eq .HookType "gogs"}} <img class="img-13" src="{{AppSubUrl}}/img/gogs.ico"> {{else if eq .HookType "slack"}} diff --git a/templates/repo/settings/hook_list.tmpl b/templates/repo/settings/hook_list.tmpl index aba948b952..45ef70ecad 100644 --- a/templates/repo/settings/hook_list.tmpl +++ b/templates/repo/settings/hook_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}}/settings/hooks/gitea/new"> - <img class="img-10" src="{{AppSubUrl}}/img/favicon.png">Gitea + <img class="img-10" src="{{AppSubUrl}}/img/gitea-sm.png">Gitea </a> <a class="item" href="{{.BaseLink}}/settings/hooks/gogs/new"> <img class="img-10" src="{{AppSubUrl}}/img/gogs.ico">Gogs diff --git a/templates/repo/settings/hook_new.tmpl b/templates/repo/settings/hook_new.tmpl index 48322e47f8..cbb52680cd 100644 --- a/templates/repo/settings/hook_new.tmpl +++ b/templates/repo/settings/hook_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 class="img-13" src="{{AppSubUrl}}/img/favicon.png"> + <img class="img-13" src="{{AppSubUrl}}/img/gitea-sm.png"> {{else if eq .HookType "gogs"}} <img class="img-13" src="{{AppSubUrl}}/img/gogs.ico"> {{else if eq .HookType "slack"}} |