Compare commits
No commits in common. "74af5b74baeb34443ce475c67b777bc27b713c54" and "d0b88bdf63260cafe996b62d0d32272f3f659f02" have entirely different histories.
74af5b74ba
...
d0b88bdf63
|
@ -54,6 +54,7 @@
|
||||||
</b-navbar-item>
|
</b-navbar-item>
|
||||||
</template>
|
</template>
|
||||||
<template slot="end">
|
<template slot="end">
|
||||||
|
|
||||||
<b-navbar-dropdown
|
<b-navbar-dropdown
|
||||||
v-if="currentActor.id && currentUser.isLoggedIn"
|
v-if="currentActor.id && currentUser.isLoggedIn"
|
||||||
right
|
right
|
||||||
|
@ -84,7 +85,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- Noo identities dropdown if no identities -->
|
<!-- No identities dropdown if no identities -->
|
||||||
<span v-if="identities.length <= 1" />
|
<span v-if="identities.length <= 1" />
|
||||||
<b-navbar-item
|
<b-navbar-item
|
||||||
tag="span"
|
tag="span"
|
||||||
|
|
Loading…
Reference in a new issue