Stop including Home link in menu
caller must explicitly do that if they want it
This commit is contained in:
parent
a1a9aafdac
commit
4501505f38
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue