Update image URL for Discord webhook (#19536)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
960b813a33
commit
3e8aa42a1b
|
@ -147,7 +147,6 @@ func WebhooksNew(ctx *context.Context) {
|
||||||
if hookType == "discord" {
|
if hookType == "discord" {
|
||||||
ctx.Data["DiscordHook"] = map[string]interface{}{
|
ctx.Data["DiscordHook"] = map[string]interface{}{
|
||||||
"Username": "Gitea",
|
"Username": "Gitea",
|
||||||
"IconURL": setting.AppURL + "img/favicon.png",
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ctx.Data["BaseLink"] = orCtx.LinkNew
|
ctx.Data["BaseLink"] = orCtx.LinkNew
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label for="icon_url">{{.i18n.Tr "repo.settings.discord_icon_url"}}</label>
|
<label for="icon_url">{{.i18n.Tr "repo.settings.discord_icon_url"}}</label>
|
||||||
<input id="icon_url" name="icon_url" value="{{.DiscordHook.IconURL}}" placeholder="e.g. https://example.com/img/favicon.png">
|
<input id="icon_url" name="icon_url" value="{{.DiscordHook.IconURL}}" placeholder="e.g. https://example.com/assets/img/logo.svg">
|
||||||
</div>
|
</div>
|
||||||
{{template "repo/settings/webhook/settings" .}}
|
{{template "repo/settings/webhook/settings" .}}
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue