mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
The home button brings us to /login already
@ogerly by the way: Prefer `v-else` instaed of double `if-clauses` - less errors.
This commit is contained in:
parent
a6f5fe8ea3
commit
18c066d17d
@ -57,13 +57,6 @@
|
||||
<no-ssr>
|
||||
<locale-switch class="topbar-locale-switch" placement="top" offset="8" />
|
||||
</no-ssr>
|
||||
<template v-if="!isLoggedIn">
|
||||
<div class="avatar-menu-popover" style="margin-left:20px">
|
||||
<nuxt-link class="login-link" :to="{ name: 'login' }">
|
||||
{{ $t('login.login') }}
|
||||
</nuxt-link>
|
||||
</div>
|
||||
</template>
|
||||
<template v-if="isLoggedIn">
|
||||
<no-ssr>
|
||||
<notification-menu placement="top" />
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
"site": {
|
||||
"made": "Made with ❤",
|
||||
"imprint": "Imprint",
|
||||
"termsAc": "Terms and conditions",
|
||||
"data-data-privacy": "Data data-data-privacy",
|
||||
"termsAndConditions": "Terms and conditions",
|
||||
"data-privacy": "Data privacy",
|
||||
"changelog": "Changes & History",
|
||||
"contact": "Contact",
|
||||
"tribunal": "Registry court",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user