Improved companies view

This commit is contained in:
2018-03-01 22:44:14 +01:00
parent 95a5b08453
commit 08b7a0e75c
4 changed files with 15 additions and 9 deletions

View File

@ -27,6 +27,7 @@ component Sidebar(user *arn.User)
SidebarButton("Calendar", "/calendar", "calendar")
SidebarButton("Soundtracks", "/soundtracks", "headphones")
SidebarButton("Quotes", "/quotes", "quote-left")
SidebarButton("Companies", "/companies", "building")
SidebarButton("Users", "/users", "globe")
if user != nil