much smaller build (hopefully) and transactions progress.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,7 @@
|
||||
|
||||
(defn base-page [request contents page-name]
|
||||
(html-page
|
||||
[:html.has-navbar-fixed-top
|
||||
[:html
|
||||
[:head
|
||||
[:meta {:charset "utf-8"}]
|
||||
[:meta {:http-equiv "X-UA-Compatible", :content "IE=edge"}]
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"/account-balance" ::account-balance
|
||||
"/edit-wizard-new-account" ::edit-wizard-new-account
|
||||
"/match-payment" ::link-payment
|
||||
"/match-autopay-invoices" ::match-autopay-invoices
|
||||
"/match-unpaid-invoices" ::match-unpaid-invoices
|
||||
"/match-autopay-invoices" ::link-autopay-invoices
|
||||
"/match-unpaid-invoices" ::link-unpaid-invoices
|
||||
"/apply-rule" ::apply-rule
|
||||
"/unlink-payment" ::unlink-payment})
|
||||
Reference in New Issue
Block a user