diff options
author | Unknwon <u@gogs.io> | 2017-04-06 17:27:57 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-06 17:27:57 -0400 |
commit | 90b9f7e08ca2e027cc587199537aa653ddd94d91 (patch) | |
tree | 0dbd625cd1eb929250befa07f18a0517ae23a5d1 /templates/org/settings | |
parent | 2c404daca612b43bd6b0b720d3e732d9550c0eab (diff) |
pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}
Diffstat (limited to 'templates/org/settings')
-rw-r--r-- | templates/org/settings/webhook_new.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/org/settings/webhook_new.tmpl b/templates/org/settings/webhook_new.tmpl index 7f09fc94..a5688a05 100644 --- a/templates/org/settings/webhook_new.tmpl +++ b/templates/org/settings/webhook_new.tmpl @@ -10,9 +10,9 @@ {{if .PageIsSettingsHooksNew}}{{.i18n.Tr "repo.settings.add_webhook"}}{{else}}{{.i18n.Tr "repo.settings.update_webhook"}}{{end}} <div class="ui right"> {{if eq .HookType "gogs"}} - <img class="img-13" src="{{AppSubUrl}}/img/favicon.png"> + <img class="img-13" src="{{AppSubURL}}/img/favicon.png"> {{else}} - <img class="img-13" src="{{AppSubUrl}}/img/{{.HookType}}.png"> + <img class="img-13" src="{{AppSubURL}}/img/{{.HookType}}.png"> {{end}} </div> </h4> |