aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/commit_status.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/commit_status.tmpl')
-rw-r--r--templates/repo/commit_status.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo/commit_status.tmpl b/templates/repo/commit_status.tmpl
index eb700ab2bb..7184f5f8eb 100644
--- a/templates/repo/commit_status.tmpl
+++ b/templates/repo/commit_status.tmpl
@@ -14,3 +14,6 @@
{{if eq .State "warning"}}
{{svg "gitea-exclamation" 18 "commit-status icon text yellow"}}
{{end}}
+{{if eq .State "skipped"}}
+ {{svg "octicon-skip" 18 "commit-status icon text grey"}}
+{{end}}