From e6fbd9259d940b4d5bff8ec477854cbac739fc47 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 28 Mar 2021 11:47:34 +0200 Subject: [PATCH] Remove some newlines --- .../views/v1/accounts/reconcile/index.twig | 3 --- resources/views/v1/accounts/show.twig | 6 ------ resources/views/v1/auth/mfa.twig | 8 -------- resources/views/v1/auth/passwords/email.twig | 3 --- resources/views/v1/auth/register.twig | 3 --- .../views/v1/partials/layout/breadcrumbs.twig | 3 --- resources/views/v1/recurring/create.twig | 4 ---- resources/views/v1/recurring/edit.twig | 4 ---- resources/views/v1/recurring/index.twig | 4 ---- .../views/v1/reports/partials/budgets.twig | 3 --- resources/views/v1/transactions/show.twig | 6 ------ resources/views/v2/auth/passwords/reset.twig | 17 ----------------- resources/views/v2/auth/register.twig | 4 ---- .../views/v2/partials/layout/breadcrumbs.twig | 3 --- resources/views/v2/partials/layout/flashes.twig | 2 +- 15 files changed, 1 insertion(+), 72 deletions(-) diff --git a/resources/views/v1/accounts/reconcile/index.twig b/resources/views/v1/accounts/reconcile/index.twig index fd0d0ace45..d7865e0164 100644 --- a/resources/views/v1/accounts/reconcile/index.twig +++ b/resources/views/v1/accounts/reconcile/index.twig @@ -120,9 +120,6 @@ - - - {% endblock %} {% block scripts %} diff --git a/resources/views/v1/accounts/show.twig b/resources/views/v1/accounts/show.twig index 991cfcecd3..d63545169f 100644 --- a/resources/views/v1/accounts/show.twig +++ b/resources/views/v1/accounts/show.twig @@ -164,9 +164,6 @@ {% endif %} - - - {% endblock %} {% block scripts %} @@ -188,9 +185,6 @@ var chartUri = '{{ chartUri }}'; {% if not showAll %} showAll = false; - - - // uri's for charts: var incomeCategoryUri = '{{ route('chart.account.income-category', [account.id, start.format('Ymd'), end.format('Ymd')]) }}'; diff --git a/resources/views/v1/auth/mfa.twig b/resources/views/v1/auth/mfa.twig index 8f21b6b4f9..94c929bd79 100644 --- a/resources/views/v1/auth/mfa.twig +++ b/resources/views/v1/auth/mfa.twig @@ -27,14 +27,6 @@ - - - - {{ 'two_factor_forgot'|_ }} - - - - {% endblock %} diff --git a/resources/views/v1/auth/passwords/email.twig b/resources/views/v1/auth/passwords/email.twig index 18cc844432..90eebad93c 100644 --- a/resources/views/v1/auth/passwords/email.twig +++ b/resources/views/v1/auth/passwords/email.twig @@ -19,9 +19,6 @@ {% endif %} - - -
{% if session('status') %}
{% endif %} - - -
diff --git a/resources/views/v1/partials/layout/breadcrumbs.twig b/resources/views/v1/partials/layout/breadcrumbs.twig index 8aa74ca38c..67679dde97 100644 --- a/resources/views/v1/partials/layout/breadcrumbs.twig +++ b/resources/views/v1/partials/layout/breadcrumbs.twig @@ -11,6 +11,3 @@ {% endfor %} {% endif %} - - - diff --git a/resources/views/v1/recurring/create.twig b/resources/views/v1/recurring/create.twig index 152e825ad0..c9429e5e52 100644 --- a/resources/views/v1/recurring/create.twig +++ b/resources/views/v1/recurring/create.twig @@ -191,10 +191,6 @@
- - - - {% endblock %} {% block scripts %} diff --git a/resources/views/v1/recurring/edit.twig b/resources/views/v1/recurring/edit.twig index d89aa9b501..bc9940640c 100644 --- a/resources/views/v1/recurring/edit.twig +++ b/resources/views/v1/recurring/edit.twig @@ -188,10 +188,6 @@ - - - - {% endblock %} {% block scripts %} diff --git a/resources/views/v1/recurring/index.twig b/resources/views/v1/recurring/index.twig index abb791e9db..08054a73ce 100644 --- a/resources/views/v1/recurring/index.twig +++ b/resources/views/v1/recurring/index.twig @@ -152,10 +152,6 @@ {% endif %} - - - - {% if total == 0 and page == 1 %} {% include 'v1.partials.empty' with {objectType: 'default', type: 'recurring',route: route('recurring.create')} %} {% endif %} diff --git a/resources/views/v1/reports/partials/budgets.twig b/resources/views/v1/reports/partials/budgets.twig index 90fdcc3ee6..ef442ae46d 100644 --- a/resources/views/v1/reports/partials/budgets.twig +++ b/resources/views/v1/reports/partials/budgets.twig @@ -72,9 +72,6 @@ {{ formatAmountBySymbol(budget_limit.left, budget_limit.currency_symbol, budget_limit.currency_decimal_places) }} {% endif %} - - - {% if null != budget_limit.overspent %} diff --git a/resources/views/v1/transactions/show.twig b/resources/views/v1/transactions/show.twig index 5eb5002909..47450983e0 100644 --- a/resources/views/v1/transactions/show.twig +++ b/resources/views/v1/transactions/show.twig @@ -410,15 +410,9 @@ {% endfor %} - - - {# modal for linking journals. Will be filled by AJAX #} - - - {% endblock %} {% block scripts %}