Skip to content

Commit d066ec8

Browse files
committed
Fix icons
1 parent 8bd7ffe commit d066ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/commits_table.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<td class="message collapsing">
6363
<span class="has-emoji{{if gt .ParentCount 1}} grey text{{end}}">{{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas}}</span>
6464
{{if eq .State "pending"}}
65-
<i class="circle icon grey"></i>
65+
<i class="circle icon yellow"></i>
6666
{{end}}
6767
{{if eq .State "success"}}
6868
<i class="check icon green"></i>
@@ -74,7 +74,7 @@
7474
<i class="remove icon red"></i>
7575
{{end}}
7676
{{if eq .State "warning"}}
77-
<i class="circle icon yellow"></i>
77+
<i class="warning sign icon yellow"></i>
7878
{{end}}
7979
</td>
8080
<td class="grey text right aligned">{{TimeSince .Author.When $.Lang}}</td>

0 commit comments

Comments
 (0)