mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add meetup event landing page
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
<nav
|
||||
class="flex flex-wrap items-center mb-5 text-lg md:mb-0 md:pl-8 md:ml-8 md:border-l md:border-gray-800">
|
||||
|
||||
@if(!str(request()->route()->getName())->contains('.view'))
|
||||
<a href="{{ route('welcome', ['c' => $c]) }}"
|
||||
@if(str(request()->route()->getName())->contains('event.landing'))
|
||||
<a href="{{ route('meetup.table.meetupEvent', ['country' => $country]) }}"
|
||||
class="text-gray-400 mr-5 font-medium leading-6 hover:text-gray-300">
|
||||
{{ __('Back to the overview') }}
|
||||
</a>
|
||||
@@ -32,6 +32,11 @@
|
||||
class="text-gray-400 mr-5 font-medium leading-6 hover:text-gray-300">
|
||||
{{ __('Back to the overview') }}
|
||||
</a>
|
||||
@elseif(!str(request()->route()->getName())->contains('.view'))
|
||||
<a href="{{ route('welcome', ['c' => $c]) }}"
|
||||
class="text-gray-400 mr-5 font-medium leading-6 hover:text-gray-300">
|
||||
{{ __('Back to the overview') }}
|
||||
</a>
|
||||
@endif
|
||||
|
||||
@if(str(request()->route()->getName())->contains('school.'))
|
||||
|
||||
Reference in New Issue
Block a user