dev:web: give amounts in the sidebar the "amount" class also
This commit is contained in:
parent
805fa67a28
commit
7e3b205309
@ -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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user