mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-20 23:32:14 +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>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{:else if pr.state === GithubPullRequestState.merged}
|
{: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'} />
|
<Icon icon={github.icon.PullRequestMerged} size={'small'} />
|
||||||
{#if !small}
|
{#if !small}
|
||||||
<Label label={github.string.PRMerged} />
|
<Label label={github.string.PRMerged} />
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{:else if pr.state === GithubPullRequestState.closed}
|
{: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'} />
|
<Icon icon={github.icon.PullRequestClosed} size={'small'} />
|
||||||
{#if !small}
|
{#if !small}
|
||||||
<Label label={github.string.PRClosed} />
|
<Label label={github.string.PRClosed} />
|
||||||
|
Loading…
Reference in New Issue
Block a user