fix routing

This commit is contained in:
Julian Krauser 2024-09-18 09:58:38 +02:00
parent 509daeac1b
commit f4da965e5c
10 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
<template> <template>
<MainTemplate> <MainTemplate>
<template #headerInsert> <template #headerInsert>
<RouterLink to="@/" class="text-primary">zurück zur Liste (abbrechen)</RouterLink> <RouterLink to="../" class="text-primary">zurück zur Liste (abbrechen)</RouterLink>
</template> </template>
<template #topBar> <template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7"> <div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">

View file

@ -1,7 +1,7 @@
<template> <template>
<MainTemplate> <MainTemplate>
<template #headerInsert> <template #headerInsert>
<RouterLink to="@/" class="text-primary">zurück zur Liste (abbrechen)</RouterLink> <RouterLink to="../" class="text-primary">zurück zur Liste (abbrechen)</RouterLink>
</template> </template>
<template #topBar> <template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7"> <div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">

View file

@ -1,7 +1,7 @@
<template> <template>
<MainTemplate> <MainTemplate>
<template #headerInsert> <template #headerInsert>
<RouterLink to="@/" class="text-primary">zurück zur Liste (abbrechen)</RouterLink> <RouterLink to="../" class="text-primary">zurück zur Liste (abbrechen)</RouterLink>
</template> </template>
<template #topBar> <template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7"> <div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">

View file

@ -1,7 +1,7 @@
<template> <template>
<MainTemplate> <MainTemplate>
<template #headerInsert> <template #headerInsert>
<RouterLink to="@/" class="text-primary">zurück zur Liste (abbrechen)</RouterLink> <RouterLink to="../" class="text-primary">zurück zur Liste (abbrechen)</RouterLink>
</template> </template>
<template #topBar> <template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7"> <div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">

View file

@ -1,7 +1,7 @@
<template> <template>
<MainTemplate> <MainTemplate>
<template #headerInsert> <template #headerInsert>
<RouterLink to="@/" class="text-primary">zurück zur Liste (abbrechen)</RouterLink> <RouterLink to="../" class="text-primary">zurück zur Liste (abbrechen)</RouterLink>
</template> </template>
<template #topBar> <template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7"> <div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">

View file

@ -1,7 +1,7 @@
<template> <template>
<MainTemplate> <MainTemplate>
<template #headerInsert> <template #headerInsert>
<RouterLink to="@/" class="text-primary">zurück zur Liste (abbrechen)</RouterLink> <RouterLink to="../" class="text-primary">zurück zur Liste (abbrechen)</RouterLink>
</template> </template>
<template #topBar> <template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7"> <div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">

View file

@ -1,7 +1,7 @@
<template> <template>
<MainTemplate> <MainTemplate>
<template #headerInsert> <template #headerInsert>
<RouterLink to="@/" class="text-primary">zurück zur Liste (abbrechen)</RouterLink> <RouterLink to="../" class="text-primary">zurück zur Liste (abbrechen)</RouterLink>
</template> </template>
<template #topBar> <template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7"> <div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">

View file

@ -1,7 +1,7 @@
<template> <template>
<MainTemplate> <MainTemplate>
<template #headerInsert> <template #headerInsert>
<RouterLink to="@/" class="text-primary">zurück zur Liste (abbrechen)</RouterLink> <RouterLink to="../" class="text-primary">zurück zur Liste (abbrechen)</RouterLink>
</template> </template>
<template #topBar> <template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7"> <div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">

View file

@ -1,7 +1,7 @@
<template> <template>
<MainTemplate> <MainTemplate>
<template #headerInsert> <template #headerInsert>
<RouterLink to="@/" class="text-primary">zurück zur Liste</RouterLink> <RouterLink to="../" class="text-primary">zurück zur Liste</RouterLink>
</template> </template>
<template #topBar> <template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7"> <div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">

View file

@ -1,7 +1,7 @@
<template> <template>
<MainTemplate> <MainTemplate>
<template #headerInsert> <template #headerInsert>
<RouterLink to="@/" class="text-primary">zurück zur Liste (abbrechen)</RouterLink> <RouterLink to="../" class="text-primary">zurück zur Liste (abbrechen)</RouterLink>
</template> </template>
<template #topBar> <template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7"> <div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">