only-last-30-days-notifications #331

Merged
philipp merged 7 commits from only-last-30-days-notifications into staging 2024-04-01 22:38:38 +02:00
Showing only changes of commit 2452d31b9a - Show all commits

View File

@ -51,7 +51,7 @@
<div class="hidden">
<div id="mobile-menu">
<a href="/planned" class="block w-100 py-2 hover:text-primary-600">Geplante Ausfahrten</a>
<a href="/log" class="block w-100 py-2 hover:text-primary-600">Ausfahrt eintragen</a>
<a href="/log" class="block w-100 py-2 hover:text-primary-600 border-t">Ausfahrt eintragen</a>
<a href="/log/show"
class="block w-100 py-2 hover:text-primary-600 border-t">Logbuch</a>
{% if "admin" in loggedin_user.roles or "Vorstand" in loggedin_user.roles %}