forked from potsda.mn/mobilizon
remove searchfield in navbar
This commit is contained in:
parent
ef0d09da55
commit
aed6abf585
|
@ -15,9 +15,6 @@
|
||||||
</b-navbar-item>
|
</b-navbar-item>
|
||||||
</template>
|
</template>
|
||||||
<template slot="start">
|
<template slot="start">
|
||||||
<b-navbar-item tag="router-link" :to="{ name: RouteName.SEARCH }">{{
|
|
||||||
$t("Filter")
|
|
||||||
}}</b-navbar-item>
|
|
||||||
<b-navbar-item
|
<b-navbar-item
|
||||||
v-if="currentActor.id && currentUser.isLoggedIn"
|
v-if="currentActor.id && currentUser.isLoggedIn"
|
||||||
tag="router-link"
|
tag="router-link"
|
||||||
|
|
Loading…
Reference in a new issue