Added groups to beta/dev version
This commit is contained in:
parent
8a8c97e5b8
commit
46bde58aaf
@ -32,7 +32,9 @@ component Sidebar(user *arn.User)
|
|||||||
|
|
||||||
if user != nil
|
if user != nil
|
||||||
SidebarButton("Shop", "/shop", "shopping-cart")
|
SidebarButton("Shop", "/shop", "shopping-cart")
|
||||||
//- SidebarButton("Settings", "/settings", "cog")
|
|
||||||
|
if arn.IsDevelopment()
|
||||||
|
SidebarButton("Groups", "/groups", "users")
|
||||||
|
|
||||||
//- Disabled:
|
//- Disabled:
|
||||||
//- SidebarButton("Dash", "/dashboard", "tachometer")
|
//- SidebarButton("Dash", "/dashboard", "tachometer")
|
||||||
|
Loading…
Reference in New Issue
Block a user