mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
maybe formatted
This commit is contained in:
parent
6b950b3b16
commit
1a1d7228ac
@ -75,12 +75,16 @@
|
||||
</div>
|
||||
</div>
|
||||
{#if project.api}
|
||||
<div class="flex flex-row justify-end space-x-2">
|
||||
<div class="p-1">
|
||||
<Link target="_blank" rel="noreferrer" href="{PUBLIC_API_BASE_URL}projects/{project.api?.repository_id}"
|
||||
>Go to GitButler Cloud Project</Link>
|
||||
<div class="flex flex-row justify-end space-x-2">
|
||||
<div class="p-1">
|
||||
<Link
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href="{PUBLIC_API_BASE_URL}projects/{project.api?.repository_id}"
|
||||
>Go to GitButler Cloud Project</Link
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{:else}
|
||||
<Login {userService} {user} />
|
||||
|
Loading…
Reference in New Issue
Block a user