From 04f71496e33b95e53b265163e5d76e2acee0037a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 1 Jul 2017 10:36:08 +0200 Subject: [PATCH] Code for #678 --- resources/views/budgets/index.twig | 34 +++++++++++------------ resources/views/budgets/no-budget.twig | 8 +++--- resources/views/list/journals.twig | 10 +++---- resources/views/partials/page-header.twig | 4 +++ 4 files changed, 29 insertions(+), 27 deletions(-) diff --git a/resources/views/budgets/index.twig b/resources/views/budgets/index.twig index 00214b8c6c..87f9bb24ff 100644 --- a/resources/views/budgets/index.twig +++ b/resources/views/budgets/index.twig @@ -6,17 +6,17 @@ {% block content %}
-
+

{{ periodStart }} — {{ periodEnd }}

-
+
{{ 'budgeted'|_ }}: {{ budgeted|formatAmountPlain }}
-
+
{{ trans('firefly.available_between',{start : periodStart, end: periodEnd }) }}: {{ available|formatAmountPlain }} @@ -25,7 +25,7 @@
-
+
@@ -37,12 +37,12 @@
-
+
{{ trans('firefly.spent_between', {start: periodStart, end: periodEnd}) }}: {{ spent|formatAmount }}
-
+
@@ -57,8 +57,7 @@
-
- +

{{ 'transactionsWithoutBudget'|_ }}

@@ -81,7 +80,6 @@
{% endif %} -
{% if budgets.count == 0 and inactive.count == 0 %} @@ -97,7 +95,7 @@
-
+
-
+ -
+
{{ trans('list.description') }} {{ trans('list.amount') }} - {{ trans('list.date') }} - {{ trans('list.from') }} - {{ trans('list.to') }} + {{ trans('list.date') }} + {{ trans('list.from') }} + {{ trans('list.to') }} {% if not hideBudgets %} @@ -69,10 +69,10 @@ {{ transaction.date.formatLocalized(monthAndDayFormat) }} - + {{ transactionSourceAccount(transaction) }} - + {{ transactionDestinationAccount(transaction) }} diff --git a/resources/views/partials/page-header.twig b/resources/views/partials/page-header.twig index a5f296d721..262850efa7 100644 --- a/resources/views/partials/page-header.twig +++ b/resources/views/partials/page-header.twig @@ -11,4 +11,8 @@ {{ subTitle }} {% endif %} + xs + sm + md + lg