From 5e32013619b0045d747ac801ffd41aaf3cf2f4b4 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 22 Nov 2017 12:23:26 +0100 Subject: [PATCH] Added calendar to sidebar --- layout/sidebar/sidebar.pixy | 1 + 1 file changed, 1 insertion(+) diff --git a/layout/sidebar/sidebar.pixy b/layout/sidebar/sidebar.pixy index 2954e1ad..c22acedd 100644 --- a/layout/sidebar/sidebar.pixy +++ b/layout/sidebar/sidebar.pixy @@ -20,6 +20,7 @@ component Sidebar(user *arn.User) if user != nil && user.Role == "admin" SidebarButton("Companies", "/companies", "building") + SidebarButton("Calendar", "/calendar", "calendar") SidebarButton("Users", "/users", "globe") if user != nil