summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings/webhook/history.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/settings/webhook/history.tmpl')
-rw-r--r--templates/repo/settings/webhook/history.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/settings/webhook/history.tmpl b/templates/repo/settings/webhook/history.tmpl
index 577f357720..53c01c168b 100644
--- a/templates/repo/settings/webhook/history.tmpl
+++ b/templates/repo/settings/webhook/history.tmpl
@@ -14,9 +14,9 @@
<div class="item">
<div class="meta">
{{if .IsSucceed}}
- <span class="text green"><i class="octicon octicon-check"></i></span>
+ <span class="text green">{{svg "octicon-check" 16}}</span>
{{else}}
- <span class="text red"><i class="octicon octicon-alert"></i></span>
+ <span class="text red">{{svg "octicon-alert" 16}}</span>
{{end}}
<a class="ui blue sha label toggle button" data-target="#info-{{.ID}}">{{.UUID}}</a>
<div class="ui right">