Merge pull request #121 from jeffrichards/master

remove the tooltip from the hledger-web journal screen.
This commit is contained in:
Simon Michael 2013-06-01 15:58:26 -07:00
commit 8f435e1620

View File

@ -401,7 +401,7 @@ journalTransactionsReportAsHtml _ vd (_,items) = [hamlet|
itemAsHtml VD{..} (n, _, _, _, (t, _, split, _, amt, _)) = [hamlet|
<tr.item.#{evenodd}.#{firstposting}>
<td.date>#{date}
<td.description colspan=2 title="#{show t}">#{elideRight 60 desc}
<td.description colspan=2>#{elideRight 60 desc}
<td.amount align=right>
$if showamt
#{mixedAmountAsHtml amt}