mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
BUGFIX: Menu
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div
|
<div
|
||||||
id="mainmenu"
|
id="mainmenu"
|
||||||
class="pb-1.5 border-b border-zinc-300"
|
class="pb-1.5 border-b border-zinc-300"
|
||||||
x-data="{ openeditionmenu: window.location.pathname.startsWith('/edition/')}">
|
x-data="{ openeditionmenu: window.location.pathname.startsWith('/redaktion/')}">
|
||||||
<div class="flex flex-row justify-between">
|
<div class="flex flex-row justify-between">
|
||||||
<div class="flex flex-row gap-x-3">
|
<div class="flex flex-row gap-x-3">
|
||||||
<div class="grow-0">
|
<div class="grow-0">
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
>Suche</a
|
>Suche</a
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
{{ if and $model.page (HasPrefix $model.page.Path "/edition") -}}
|
{{ if and $model.page (HasPrefix $model.page.Path "/redaktion") -}}
|
||||||
aria-current="true"
|
aria-current="true"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
data-url="/redaktion/"
|
data-url="/redaktion/"
|
||||||
|
|||||||
Reference in New Issue
Block a user