added reminder scheduling and sending.

This commit is contained in:
Bryce Covert
2018-04-07 08:36:59 -07:00
parent 982d5ade58
commit a2c1273843
5 changed files with 104 additions and 17 deletions

View File

@@ -20,9 +20,9 @@
^{:key id}
[:tr
[:td vendor-name]
[:td (.toString scheduled)]
[:td (str scheduled)]
[:td (when sent
[:span [:span.icon [:i.fa.fa-check]] "Sent " (.toString sent)]) ]])]]))
[:span [:span.icon [:i.fa.fa-check]] "Sent " (str sent)]) ]])]]))
(defn admin-reminders-page []