We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd7ffe commit d066ec8Copy full SHA for d066ec8
templates/repo/commits_table.tmpl
@@ -62,7 +62,7 @@
62
<td class="message collapsing">
63
<span class="has-emoji{{if gt .ParentCount 1}} grey text{{end}}">{{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas}}</span>
64
{{if eq .State "pending"}}
65
- <i class="circle icon grey"></i>
+ <i class="circle icon yellow"></i>
66
{{end}}
67
{{if eq .State "success"}}
68
<i class="check icon green"></i>
@@ -74,7 +74,7 @@
74
<i class="remove icon red"></i>
75
76
{{if eq .State "warning"}}
77
- <i class="circle icon yellow"></i>
+ <i class="warning sign icon yellow"></i>
78
79
</td>
80
<td class="grey text right aligned">{{TimeSince .Author.When $.Lang}}</td>
0 commit comments