mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
direct links
This commit is contained in:
@@ -119,6 +119,13 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<div class="p-4 w-full flex justify-end">
|
||||||
|
<x-button onclick="history.back()" primary lg class="whitespace-nowrap">
|
||||||
|
<i class="fa fa-thin fa-arrow-left mr-2"></i>
|
||||||
|
{{ __('Back') }}
|
||||||
|
</x-button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="w-full mt-8">
|
<div class="w-full mt-8">
|
||||||
|
|
||||||
@php
|
@php
|
||||||
@@ -185,7 +192,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="p-4 w-full flex justify-end">
|
<div class="p-4 w-full flex justify-end">
|
||||||
<x-button :href="route('welcome')" primary lg class="whitespace-nowrap">
|
<x-button onclick="history.back()" primary lg class="whitespace-nowrap">
|
||||||
<i class="fa fa-thin fa-arrow-left mr-2"></i>
|
<i class="fa fa-thin fa-arrow-left mr-2"></i>
|
||||||
{{ __('Back') }}
|
{{ __('Back') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user