We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8eb282 commit 1f98647Copy full SHA for 1f98647
templates/shared/issuelist.tmpl
@@ -118,13 +118,13 @@
118
{{$rejectOfficial := call $approvalCounts .ID "reject"}}
119
{{$waitingOfficial := call $approvalCounts .ID "waiting"}}
120
{{if gt $approveOfficial 0}}
121
- <span class="approvals df ac">
+ <span class="approvals df ac green">
122
{{svg "octicon-check" 14 "mr-1"}}
123
{{$.locale.TrN $approveOfficial "repo.pulls.approve_count_1" "repo.pulls.approve_count_n" $approveOfficial}}
124
</span>
125
{{end}}
126
{{if gt $rejectOfficial 0}}
127
- <span class="rejects df ac">
+ <span class="rejects df ac red">
128
{{svg "octicon-diff" 14 "mr-2"}}
129
{{$.locale.TrN $rejectOfficial "repo.pulls.reject_count_1" "repo.pulls.reject_count_n" $rejectOfficial}}
130
0 commit comments