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:
@@ -120,7 +120,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="p-4 w-full flex justify-end">
|
<div class="p-4 w-full flex justify-end">
|
||||||
<x-button onclick="history.back()" primary lg class="whitespace-nowrap">
|
<x-button :href="route('meetup.table.meetup', ['country' => $meetup->city->country->code])" 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>
|
||||||
@@ -192,11 +192,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="p-4 w-full flex justify-end">
|
<div class="p-4 w-full flex justify-end">
|
||||||
<x-button onclick="history.back()" primary lg class="whitespace-nowrap">
|
<x-button :href="route('meetup.table.meetup', ['country' => $meetup->city->country->code])" 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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user