Compare commits
2 Commits
55adf7b5a0
...
2b6233c283
Author | SHA1 | Date | |
---|---|---|---|
2b6233c283 | |||
c82f8c5161 |
@ -7,8 +7,8 @@
|
|||||||
<template slot="brand">
|
<template slot="brand">
|
||||||
<b-navbar-item
|
<b-navbar-item
|
||||||
tag="router-link"
|
tag="router-link"
|
||||||
:aria-label="$t('Home')"
|
|
||||||
:to="{ name: RouteName.HOME }"
|
:to="{ name: RouteName.HOME }"
|
||||||
|
:aria-label="$t('Home')"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="/img/long_logo_chapril_mobilizon.png"
|
src="/img/long_logo_chapril_mobilizon.png"
|
||||||
@ -18,22 +18,6 @@
|
|||||||
</b-navbar-item>
|
</b-navbar-item>
|
||||||
</template>
|
</template>
|
||||||
<template slot="start">
|
<template slot="start">
|
||||||
<<<<<<< HEAD
|
|
||||||
<b-navbar-item tag="router-link" :to="{ name: RouteName.SEARCH }"
|
|
||||||
>{{ $t("Explore") }}
|
|
||||||
</b-navbar-item>
|
|
||||||
<b-navbar-item tag="router-link" :to="{ name: RouteName.MY_EVENTS }"
|
|
||||||
>{{ $t("My events") }}
|
|
||||||
</b-navbar-item>
|
|
||||||
<b-navbar-item
|
|
||||||
tag="router-link"
|
|
||||||
:to="{ name: RouteName.MY_GROUPS }"
|
|
||||||
v-if="config && config.features.groups"
|
|
||||||
>{{ $t("My groups") }}
|
|
||||||
</b-navbar-item>
|
|
||||||
|
|
||||||
<b-navbar-item tag="span" v-if="config && config.features.eventCreation">
|
|
||||||
=======
|
|
||||||
<b-navbar-item tag="router-link" :to="{ name: RouteName.SEARCH }">{{
|
<b-navbar-item tag="router-link" :to="{ name: RouteName.SEARCH }">{{
|
||||||
$t("Explore")
|
$t("Explore")
|
||||||
}}</b-navbar-item>
|
}}</b-navbar-item>
|
||||||
@ -63,7 +47,6 @@
|
|||||||
currentUser.isLoggedIn
|
currentUser.isLoggedIn
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
>>>>>>> 1.1.4
|
|
||||||
<b-button
|
<b-button
|
||||||
tag="router-link"
|
tag="router-link"
|
||||||
:to="{ name: RouteName.CREATE_EVENT }"
|
:to="{ name: RouteName.CREATE_EVENT }"
|
||||||
|
Loading…
Reference in New Issue
Block a user