Skip to content

Commit 59625a1

Browse files
Update templates/repo/pulls/status.tmpl
Co-authored-by: wxiaoguang <[email protected]> Signed-off-by: Zettat123 <[email protected]>
1 parent 8d55fbf commit 59625a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/pulls/status.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
{{end}}
3333
</div>
3434

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">
35+
{{if and $statusCheckData $statusCheckData.RequireApprovalRunCount}}
36+
<div class="ui attached segment flex-text-block tw-justify-between" id="approve-status-checks">
3737
<div>
3838
<strong>
3939
{{ctx.Locale.Tr "repo.pulls.status_checks_need_approvals" $statusCheckData.RequireApprovalRunCount}}

0 commit comments

Comments
 (0)