Stop including Home link in menu

caller must explicitly do that if they want it
This commit is contained in:
Lance Edgar 2020-02-10 17:35:22 -06:00
parent a1a9aafdac
commit 4501505f38

View file

@ -13,10 +13,6 @@
<span>{{ user.short_name }}</span>
</button>
<b-dropdown-item aria-role="listitem" has-link>
<router-link to="/">Home</router-link>
</b-dropdown-item>
<slot></slot>
<b-dropdown-item v-if="user.is_admin && !user_is_root"