check filter refactor.

This commit is contained in:
Bryce Covert
2020-04-28 13:05:45 -07:00
parent 716b97f701
commit e69de57611
8 changed files with 393 additions and 226 deletions

View File

@@ -71,8 +71,8 @@
[:a.navbar-item {:class [(active-when ap #{:unpaid-invoices :paid-invoices})]
:href (bidi/path-for routes/routes :unpaid-invoices)}
"Invoices" ]
[:a.navbar-item {:class [(active-when ap = :checks)]
:href (bidi/path-for routes/routes :checks)}
[:a.navbar-item {:class [(active-when ap = :payments)]
:href (bidi/path-for routes/routes :payments)}
"Payments" ]
[:a.navbar-item {:class [(active-when ap = :transactions)]
:href (bidi/path-for routes/routes :transactions)}