mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
13 lines
365 B
PHP
13 lines
365 B
PHP
<div class="pt-4">
|
|
@if (isset($link))
|
|
Use the magic
|
|
bar (press <span class="kbd-custom">/</span>) to create a new one or
|
|
<a href="{{ $link }}" class="underline text-warning">
|
|
click here
|
|
</a>.
|
|
@else
|
|
Use the magic
|
|
bar (press <span class="kbd-custom">/</span>) to create a new one.
|
|
@endif
|
|
</div>
|