Adding reminders view

This commit is contained in:
Bryce Covert
2018-04-06 18:29:48 -07:00
parent 6e573a0a57
commit 982d5ade58
10 changed files with 107 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
:admin :admin-left-panel
:admin-companies :admin-left-panel
:admin-vendors :admin-left-panel
:admin-reminders :admin-left-panel
:new-invoice :blank} page))
(defn login-dropdown []
@@ -83,7 +84,15 @@
[:i {:class "fa fa-envelope-o"}]]
[:span {:class "name"} "Users"]]]
[:ul ]]]
[:ul ]]
[:p.menu-label "History"]
[:ul.menu-list
[:li.menu-item
[:a {:href (bidi/path-for routes/routes :admin-reminders) , :class (str "item" (active-when= ap :admin-reminders))}
[:span {:class "icon"}
[:i {:class "fa fa-star-o"}]]
[:span {:class "name"} "Reminders"]]]]]
[:div.left-nav
[:div {:class "compose has-text-centered"}