mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
(lint)
This commit is contained in:
parent
746ec76a3f
commit
48b410222e
@ -153,7 +153,7 @@ const sumCells = (area: typeof areas[number] | undefined, month: keyof typeof mo
|
|||||||
<template>
|
<template>
|
||||||
<Page wide>
|
<Page wide>
|
||||||
<NotFound v-if="!$isGranted('panel') && !$isGranted('external')" />
|
<NotFound v-if="!$isGranted('panel') && !$isGranted('external')" />
|
||||||
<form @submit="save" v-else>
|
<form v-else @submit="save">
|
||||||
<p class="d-flex justify-content-between">
|
<p class="d-flex justify-content-between">
|
||||||
<nuxt-link to="/admin">
|
<nuxt-link to="/admin">
|
||||||
<Icon v="user-cog" />
|
<Icon v="user-cog" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user