aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/settings
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-11-18 00:38:46 -0500
committerUnknwon <u@gogs.io>2017-11-18 00:38:46 -0500
commit0f14b92bce885a2622a1cdbaa2500ce898995cbf (patch)
treecefa9d59834b750ba0f92dc83e95d11f2bdcc3ca /templates/repo/settings
parent43d6ad5fda4eb978aeec54b49c5b33a096bb31f4 (diff)
MISC: minor fixes in webhook
Diffstat (limited to 'templates/repo/settings')
-rw-r--r--templates/repo/settings/webhook/list.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/repo/settings/webhook/list.tmpl b/templates/repo/settings/webhook/list.tmpl
index 4e0a586f..c8c6b378 100644
--- a/templates/repo/settings/webhook/list.tmpl
+++ b/templates/repo/settings/webhook/list.tmpl
@@ -9,19 +9,19 @@
<div class="menu">
{{range .Types}}
{{if eq . "gogs"}}
- <a class="item" href="{{$.BaseLink}}/settings/hooks/gogs/new">
+ <a class="item logo" href="{{$.BaseLink}}/settings/hooks/gogs/new">
<img class="img-12" src="{{AppSubURL}}/img/favicon.png">Gogs
</a>
{{else if eq . "slack"}}
- <a class="item" href="{{$.BaseLink}}/settings/hooks/slack/new">
+ <a class="item logo" href="{{$.BaseLink}}/settings/hooks/slack/new">
<img class="img-12" src="{{AppSubURL}}/img/slack.png">Slack
</a>
{{else if eq . "discord"}}
- <a class="item" href="{{$.BaseLink}}/settings/hooks/discord/new">
+ <a class="item logo" href="{{$.BaseLink}}/settings/hooks/discord/new">
<img class="img-12" src="{{AppSubURL}}/img/discord.png">Discord
</a>
{{else if eq . "dingtalk"}}
- <a class="item" href="{{$.BaseLink}}/settings/hooks/dingtalk/new">
+ <a class="item logo" href="{{$.BaseLink}}/settings/hooks/dingtalk/new">
<img class="img-12" src="{{AppSubURL}}/img/dingtalk.png">Dingtalk
</a>
{{end}}