2023-07-26 13:23:47 +02:00
|
|
|
<div class="pt-4">
|
|
|
|
@if (isset($link))
|
2024-03-21 14:30:35 +01:00
|
|
|
Create a new one
|
2023-08-11 20:19:42 +02:00
|
|
|
<a href="{{ $link }}" class="underline text-warning">
|
2024-03-21 14:30:35 +01:00
|
|
|
here.
|
2023-08-14 14:00:10 +02:00
|
|
|
</a>
|
2024-03-21 14:30:35 +01:00
|
|
|
{{-- @else
|
2023-07-26 13:23:47 +02:00
|
|
|
Use the magic
|
2024-03-21 14:30:35 +01:00
|
|
|
bar (press <span class="kbd-custom">/</span>) to create a new one. --}}
|
2023-07-26 13:23:47 +02:00
|
|
|
@endif
|
|
|
|
</div>
|