Compare commits

..

No commits in common. "2b6233c283fce841a2958081f2d41335778f8bca" and "55adf7b5a0e22685fa3c84d992e2400020c07ab7" have entirely different histories.

View File

@ -7,8 +7,8 @@
<template slot="brand"> <template slot="brand">
<b-navbar-item <b-navbar-item
tag="router-link" tag="router-link"
:to="{ name: RouteName.HOME }"
:aria-label="$t('Home')" :aria-label="$t('Home')"
:to="{ name: RouteName.HOME }"
> >
<img <img
src="/img/long_logo_chapril_mobilizon.png" src="/img/long_logo_chapril_mobilizon.png"
@ -18,6 +18,22 @@
</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>
@ -47,6 +63,7 @@
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 }"