diff --git a/hledger-web/Handler/Common.hs b/hledger-web/Handler/Common.hs index 12fd2d8e5..cfdcade38 100644 --- a/hledger-web/Handler/Common.hs +++ b/hledger-web/Handler/Common.hs @@ -62,13 +62,11 @@ sidebar vd@VD{..} =
where - journalcurrent = if here == JournalR then "current" else "" :: String + journalcurrent = if here == JournalR then "inacct" else "" :: String accounts = balanceReportAsHtml opts vd $ balanceReport (reportopts_ $ cliopts_ opts){empty_=True} am j -- -- | Navigation link, preserving parameters and possibly highlighted. @@ -98,6 +96,9 @@ searchform VD{..} = [hamlet|