From 043c28628c3aecb8183a6554f1ab623400745d42 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 21 Jul 2017 04:35:57 +0200 Subject: [PATCH] Fixes #708 --- resources/views/bills/show.twig | 35 ++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/resources/views/bills/show.twig b/resources/views/bills/show.twig index 7e81359214..3b95175b61 100644 --- a/resources/views/bills/show.twig +++ b/resources/views/bills/show.twig @@ -12,19 +12,6 @@

{{ bill.name }}

- {% if bill.active %} - - {% else %} - - {% endif %} - - {% if bill.automatch %} - - {% else %} - - {% endif %} - -
@@ -48,8 +35,28 @@ {{ 'repeats'|_ }} {{ trans('firefly.repeat_freq_' ~bill.repeat_freq) }}. - + + {{ 'bill_is_active'|_ }} + + {% if bill.active %} + {{ 'yes'|_ }} + {% else %} + {{ 'no'|_ }} + {% endif %} + + + + {{ 'bill_will_automatch'|_ }} + + {% if bill.automatch %} + {{ 'yes'|_ }} + {% else %} + {{ 'no'|_ }} + {% endif %} + + + {{ 'next_expected_match'|_ }}