From a0aa114ee6e28c7532d6012cb6d9f873b52eb2bb Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 15 May 2016 12:32:18 +0200 Subject: [PATCH] Update balance view. [skip ci] --- resources/views/transactions/show.twig | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/resources/views/transactions/show.twig b/resources/views/transactions/show.twig index 581c4d365a..74b1685f13 100644 --- a/resources/views/transactions/show.twig +++ b/resources/views/transactions/show.twig @@ -170,12 +170,8 @@ {{ t.account.accounttype.type|_ }} - {{ 'amount'|_ }} - {{ t.before|formatAmount }} - - - {{ 'newBalance'|_ }} - {{ (t.before+t.amount)|formatAmount }} + {{ 'balance'|_ }} + {{ t.before|formatAmount }} → {{ (t.before+t.amount)|formatAmount }} {% if t.description %}