heatmap added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-08 00:52:43 +01:00
parent eabf42b67b
commit 6e8c722a0f
21 changed files with 1847 additions and 25 deletions

View File

@@ -82,6 +82,10 @@
class="{{ request()->routeIs('bookCases.table.bookcases') ? 'text-amber-500 underline' : 'text-gray-400' }} mr-5 font-medium leading-6 hover:text-gray-300">
{{ __('Bookcases') }}
</a>
<a href="{{ route('bookCases.heatmap', ['country' => $c]) }}"
class="{{ request()->routeIs('bookCases.heatmap') ? 'text-amber-500 underline' : 'text-gray-400' }} mr-5 font-medium leading-6 hover:text-gray-300">
{{ __('Heatmap') }}
</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') }}