web: journal: better display of account names
This commit is contained in:
parent
50ef6d52dd
commit
73d4c86002
@ -70,7 +70,7 @@ $forall p' <- tpostings t
|
|||||||
<td.description>
|
<td.description>
|
||||||
<td.account>
|
<td.account>
|
||||||
|
|
||||||
<a href="/register?q=inacct:'#{paccount p'}'##{date}">#{elideRight 40 $ paccount p'}
|
<a href="/register?q=inacct:'#{paccount p'}'##{date}" title="#{paccount p'}">#{elideAccountName 40 $ paccount p'}
|
||||||
<td.amount style="text-align:right;">#{mixedAmountAsHtml $ pamount p'}
|
<td.amount style="text-align:right;">#{mixedAmountAsHtml $ pamount p'}
|
||||||
<tr.#{evenodd}>
|
<tr.#{evenodd}>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user