From c79396e662242361ad0c4adc021b46d5fa423eeb Mon Sep 17 00:00:00 2001 From: Carlos Lopez-Camey Date: Mon, 25 May 2015 21:25:50 -0600 Subject: [PATCH] hledger-web: Clear the form when clicking 'Add a transaction' (just like the shortcut) --- hledger-web/Handler/JournalR.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-web/Handler/JournalR.hs b/hledger-web/Handler/JournalR.hs index 182e1e6fb..8d28db6d3 100644 --- a/hledger-web/Handler/JournalR.hs +++ b/hledger-web/Handler/JournalR.hs @@ -34,7 +34,7 @@ getJournalR = do hledgerLayout vd "journal" [hamlet| #{title} - Add a transaction + Add a transaction ^{maincontent} |]