mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 19:58:09 +00:00
Qfix PRs icons (#6835)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
9fc50c9485
commit
27548a49dd
@ -27,14 +27,14 @@
|
||||
</div>
|
||||
{/if}
|
||||
{:else if pr.state === GithubPullRequestState.merged}
|
||||
<div class:ml-4={!small} class="flex-row-center">
|
||||
<div class:ml-4={!small} class="flex-row-center" class:flex-no-shrink={small}>
|
||||
<Icon icon={github.icon.PullRequestMerged} size={'small'} />
|
||||
{#if !small}
|
||||
<Label label={github.string.PRMerged} />
|
||||
{/if}
|
||||
</div>
|
||||
{:else if pr.state === GithubPullRequestState.closed}
|
||||
<div class:ml-4={!small} class="flex-row-center">
|
||||
<div class:ml-4={!small} class="flex-row-center" class:flex-no-shrink={small}>
|
||||
<Icon icon={github.icon.PullRequestClosed} size={'small'} />
|
||||
{#if !small}
|
||||
<Label label={github.string.PRClosed} />
|
||||
|
Loading…
Reference in New Issue
Block a user