icon update.
This commit is contained in:
@@ -186,7 +186,7 @@
|
|||||||
(when on-edit-invoice
|
(when on-edit-invoice
|
||||||
[:button.button {:on-click (fn [] (on-edit-invoice i))} [:span.icon [:i.fa.fa-pencil]]])
|
[:button.button {:on-click (fn [] (on-edit-invoice i))} [:span.icon [:i.fa.fa-pencil]]])
|
||||||
(when (and on-void-invoice (= (:outstanding-balance i) (:total i)))
|
(when (and on-void-invoice (= (:outstanding-balance i) (:total i)))
|
||||||
[:button.button.is-warning.is-outlined {:on-click (fn [] (on-void-invoice i))} [:span [:span.icon [:i.fa.fa-undo]]]])
|
[:button.button.is-warning.is-outlined {:on-click (fn [] (on-void-invoice i))} [:span [:span.icon [:i.fa.fa-minus-circle]]]])
|
||||||
(when (seq checks)
|
(when (seq checks)
|
||||||
|
|
||||||
[:div.dropdown.is-right {:class (if (= id visible-checks)
|
[:div.dropdown.is-right {:class (if (= id visible-checks)
|
||||||
|
|||||||
@@ -159,7 +159,7 @@
|
|||||||
[:td status]
|
[:td status]
|
||||||
[:td
|
[:td
|
||||||
(when (= "pending" status)
|
(when (= "pending" status)
|
||||||
[:button.button.is-warning.is-outlined {:on-click (dispatch-event [::void-check i])} [:span [:span.icon [:i.fa.fa-undo]]]])
|
[:button.button.is-warning.is-outlined {:on-click (dispatch-event [::void-check i])} [:span [:span.icon [:i.fa.fa-minus-circle]]]])
|
||||||
(if s3-url
|
(if s3-url
|
||||||
[:a.tag {:href s3-url :target "_new"} [:i.fa.fa-money-check] [:span.icon [:i.fa.fa-money]] (str " " check-number " (" (gstring/format "$%.2f" amount ) ")")]
|
[:a.tag {:href s3-url :target "_new"} [:i.fa.fa-money-check] [:span.icon [:i.fa.fa-money]] (str " " check-number " (" (gstring/format "$%.2f" amount ) ")")]
|
||||||
[:span.tag [:i.fa.fa-money-check] [:span.icon [:i.fa.fa-money]] (str " " check-number " (" (gstring/format "$%.2f" amount ) ")")])
|
[:span.tag [:i.fa.fa-money-check] [:span.icon [:i.fa.fa-money]] (str " " check-number " (" (gstring/format "$%.2f" amount ) ")")])
|
||||||
|
|||||||
Reference in New Issue
Block a user