From 17424740e5eaabd4b905ed7532bb8cc0face99f4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 3 May 2015 10:00:47 +0200 Subject: [PATCH] Show plain amount instead of coloured amounts. [skip ci] --- resources/twig/index.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/twig/index.twig b/resources/twig/index.twig index 1c18d0f3a1..e3c94d519f 100644 --- a/resources/twig/index.twig +++ b/resources/twig/index.twig @@ -132,12 +132,12 @@
{% if account.percentage <= 50 %} - {{account.piggyBalance|formatAmount}} divided + {{account.piggyBalance|formatAmountPlain}} divided {% endif %}
{% if account.percentage > 50 %} - {{account.difference|formatAmount}} left to divide + {{account.difference|formatAmountPlain}} left to divide {% endif %}