From c8183aea51a88eb4b585b13180156f5fcf34863b Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 2 May 2015 22:50:40 +0200 Subject: [PATCH] Format amount [skip ci] --- resources/twig/index.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/twig/index.twig b/resources/twig/index.twig index 91956567ad..31f6115a95 100644 --- a/resources/twig/index.twig +++ b/resources/twig/index.twig @@ -169,7 +169,7 @@
- {{data[1].name}} ({{ data[1]|balance }}) + {{data[1].name}} ({{ (data[1]|balance)|formatAmount }})