Made error page look pretty good
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
[clojure.set :as set]
|
||||
[clojure.string :as str]
|
||||
[datomic.api :as dc]
|
||||
[malli.core :as mc]))
|
||||
[malli.core :as mc]
|
||||
[auto-ap.logging :as alog]))
|
||||
|
||||
(defn filters [request]
|
||||
[:form {"hx-trigger" "change delay:500ms, keyup changed from:.hot-filter delay:1000ms"
|
||||
@@ -777,9 +778,9 @@
|
||||
(-> t :transaction/client :client/locations))))])
|
||||
transactions)
|
||||
identity)
|
||||
|
||||
(doseq [n transactions]
|
||||
(solr/touch-with-ledger (:db/id n)))
|
||||
|
||||
(html-response [:div]
|
||||
:headers {"hx-trigger" (hx/json {:modalclose ""
|
||||
:notification (format "Successfully coded %d of %d transactions!"
|
||||
|
||||
Reference in New Issue
Block a user