From 80c0efe8219c01c4864789edd75a485eb87c6e91 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 2 Aug 2015 07:35:09 +0200 Subject: [PATCH] Small rearrangement of front page boxes. [skip ci] --- resources/twig/index.twig | 123 ++++++++++++++++++++------------------ 1 file changed, 64 insertions(+), 59 deletions(-) diff --git a/resources/twig/index.twig b/resources/twig/index.twig index 3637bbb0e0..b37d7ff2b0 100644 --- a/resources/twig/index.twig +++ b/resources/twig/index.twig @@ -67,7 +67,65 @@ {% endif %} + +
+ +
+
+

{{ 'bills'|_ }}

+ +
+ +
+
+
+ {% if Config.get('firefly.chart') == 'google' %} +
+ {% endif %} + {% if Config.get('firefly.chart') == 'chartjs' %} + + {% endif %} +
+
+ + + {% for data in transactions %} +
+
+

{{ data[1].name }}

+ + + + + +
+
+ {% include 'list/journals-tiny.twig' with {'transactions': data[0],'account': data[1]} %} +
+ +
+ {% endfor %} +
+ +
+
@@ -86,7 +144,10 @@ {% endif %}
- +
+
+
+
@@ -152,7 +213,8 @@ {{ 'sum'|_ }}: {{ savingsTotal|formatAmount }}
- +
+
@@ -197,63 +259,6 @@ {% endif %}
- - -
-
- - -
-
-

{{ 'bills'|_ }}

- -
- -
-
-
- {% if Config.get('firefly.chart') == 'google' %} -
- {% endif %} - {% if Config.get('firefly.chart') == 'chartjs' %} - - {% endif %} -
-
- - - {% for data in transactions %} -
-
-

{{ data[1].name }}

- - - - - -
-
- {% include 'list/journals-tiny.twig' with {'transactions': data[0],'account': data[1]} %} -
- -
- {% endfor %}