This commit is contained in:
HolgerHatGarKeineNode
2023-10-30 11:39:00 +01:00
parent b12b579b76
commit 5627831191
10 changed files with 195 additions and 122 deletions

View File

@@ -55,6 +55,19 @@
</x-button>
</div>
@endif
@if($row->simplex)
<div>
<x-button
xs
black
target="_blank"
:href="$row->simplex"
>
<i class="fa fa-thin fa-external-link mr-2"></i>
{{ __('SimpleX-Link') }}
</x-button>
</div>
@endif
@if($row->webpage)
<div>
<x-button