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 8d55fbf commit 59625a1Copy full SHA for 59625a1
templates/repo/pulls/status.tmpl
@@ -32,8 +32,8 @@
32
{{end}}
33
</div>
34
35
- {{if and $statusCheckData (gt $statusCheckData.RequireApprovalRunCount 0)}}
36
- <div class="ui attached segment tw-flex tw-items-center tw-justify-between" id="approve-status-checks">
+ {{if and $statusCheckData $statusCheckData.RequireApprovalRunCount}}
+ <div class="ui attached segment flex-text-block tw-justify-between" id="approve-status-checks">
37
<div>
38
<strong>
39
{{ctx.Locale.Tr "repo.pulls.status_checks_need_approvals" $statusCheckData.RequireApprovalRunCount}}
0 commit comments