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 cc64704 commit e256a62Copy full SHA for e256a62
templates/shared/issuelist.tmpl
@@ -92,7 +92,7 @@
92
{{$waitingOfficial := call $approvalCounts .ID "waiting"}}
93
{{if gt $approveOfficial 0}}
94
<span class="approvals df ac">
95
- {{svg "octicon-check" 14 "mr-2"}}
+ {{svg "octicon-check" 14 "mr-1"}}
96
{{$.i18n.Tr (TrN $.i18n.Lang $approveOfficial "repo.pulls.approve_count_1" "repo.pulls.approve_count_n") $approveOfficial}}
97
</span>
98
{{end}}
@@ -104,7 +104,7 @@
104
105
{{if gt $waitingOfficial 0}}
106
<span class="waiting df ac">
107
- {{svg "octicon-eye" 14}}
+ {{svg "octicon-eye" 14 "mr-2"}}
108
{{$.i18n.Tr (TrN $.i18n.Lang $waitingOfficial "repo.pulls.waiting_count_1" "repo.pulls.waiting_count_n") $waitingOfficial}}
109
110
0 commit comments