mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
new book case
This commit is contained in:
@@ -641,5 +641,6 @@
|
||||
"You get a point when you log in.": "Du bekommst einen Punkt, wenn du dich einloggst.",
|
||||
"has": "hat",
|
||||
"logins": "",
|
||||
"points": "Punkte"
|
||||
"points": "Punkte",
|
||||
"Submit new book case": "Bücherregal einreichen"
|
||||
}
|
||||
|
||||
@@ -634,5 +634,6 @@
|
||||
"has": "",
|
||||
"logins": "",
|
||||
"points": "",
|
||||
"New meetup created: :title": "New meetup created: :title"
|
||||
"New meetup created: :title": "New meetup created: :title",
|
||||
"Submit new book case": ""
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<section class="w-full">
|
||||
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10">
|
||||
<div
|
||||
class="relative sm:sticky sm:top-0 bg-21gray z-10 flex flex-col flex-wrap items-center justify-between py-7 mx-auto md:flex-row max-w-screen-2xl">
|
||||
class="relative sm:sticky sm:top-0 bg-21gray z-10 flex flex-col flex-wrap items-center justify-between py-7 mx-auto md:flex-row max-w-screen-2xl space-y-4">
|
||||
<div class="relative flex flex-col md:flex-row">
|
||||
<a href="{{ route('welcome', ['c' => $c, 'l' => $l]) }}"
|
||||
class="flex items-center mb-5 font-medium text-gray-900 lg:w-auto lg:items-center lg:justify-center md:mb-0">
|
||||
@@ -63,6 +63,10 @@
|
||||
class="{{ request()->routeIs('bookCases.highScoreTable') ? 'text-amber-500 underline' : 'text-gray-400' }} mr-5 font-medium leading-6 hover:text-gray-300">
|
||||
{{ __('Highscore Table') }}
|
||||
</a>
|
||||
<a href="https://openbookcase.de/" target="_blank"
|
||||
class="text-gray-400 mr-5 font-medium leading-6 hover:text-gray-300">
|
||||
{{ __('Submit new book case') }}
|
||||
</a>
|
||||
@endif
|
||||
@if(str(request()->route()->getName())->contains('meetup.'))
|
||||
<a href="{{ route('meetup.world', ['country' => $c]) }}"
|
||||
|
||||
Reference in New Issue
Block a user