Skip to content

Commit

Permalink
Move collections menu
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed May 28, 2018
1 parent 27e14a5 commit 31dc2fc
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions components/navbars/Side.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,24 +158,6 @@ export default {
]
}
// Collection admin
if (this.currentUser.admin) {
items['Collection Admin'] = [
{
label: 'New Collection',
link: {
name: 'admin-collection-new'
}
},
{
label: 'Collections',
link: {
name: 'admin-collection'
}
}
]
}
// Site/collection admin
if (this.currentUser.admin) {
items['Admin'] = [
Expand All @@ -192,6 +174,12 @@ export default {
name: 'admin-template'
}
},
{
label: 'Collections',
link: {
name: 'admin-collection'
}
},
{
label: 'User Management',
link: {
Expand Down

0 comments on commit 31dc2fc

Please sign in to comment.