From 7890f244156b821d0e5acc87d1f78f5c422614ee Mon Sep 17 00:00:00 2001 From: Jeff Richards Date: Sat, 1 Jun 2013 14:20:08 -0700 Subject: [PATCH] remove a the tool tip from the journal screen, as it just duplicates the info shown on screen. --- hledger-web/Handler/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-web/Handler/Common.hs b/hledger-web/Handler/Common.hs index 6b34c4c1c..64379ebce 100644 --- a/hledger-web/Handler/Common.hs +++ b/hledger-web/Handler/Common.hs @@ -401,7 +401,7 @@ journalTransactionsReportAsHtml _ vd (_,items) = [hamlet| itemAsHtml VD{..} (n, _, _, _, (t, _, split, _, amt, _)) = [hamlet| #{date} - #{elideRight 60 desc} + #{elideRight 60 desc} $if showamt #{mixedAmountAsHtml amt}