Skip to content

Commit

Permalink
dev:web: give amounts in the sidebar the "amount" class also
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Mar 2, 2024
1 parent 805fa67 commit 7e3b205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hledger-web/templates/balance-report.hamlet
Expand Up @@ -17,9 +17,9 @@ $forall (acct, adisplay, aindent, abal) <- items
$if hasSubAccounts acct
<a href="@?{(registerR, [("q", replaceInacct qparam $ accountOnlyQuery acct)])}" .only.hidden-sm.hidden-xs
title="Show transactions affecting this account but not subaccounts">only
<td>
<td .amount>
^{mixedAmountAsHtml abal}
<tr .total>
<td>
<td>
<td .amount>
^{mixedAmountAsHtml total}

0 comments on commit 7e3b205

Please sign in to comment.