dev:web: give amounts in the sidebar the "amount" class also

This commit is contained in:
Simon Michael 2024-03-01 22:24:06 -10:00
parent 805fa67a28
commit 7e3b205309

View File

@ -17,9 +17,9 @@ $forall (acct, adisplay, aindent, abal) <- items
$if hasSubAccounts acct $if hasSubAccounts acct
<a href="@?{(registerR, [("q", replaceInacct qparam $ accountOnlyQuery acct)])}" .only.hidden-sm.hidden-xs <a href="@?{(registerR, [("q", replaceInacct qparam $ accountOnlyQuery acct)])}" .only.hidden-sm.hidden-xs
title="Show transactions affecting this account but not subaccounts">only title="Show transactions affecting this account but not subaccounts">only
<td> <td .amount>
^{mixedAmountAsHtml abal} ^{mixedAmountAsHtml abal}
<tr .total> <tr .total>
<td> <td>
<td> <td .amount>
^{mixedAmountAsHtml total} ^{mixedAmountAsHtml total}