From 324c6a607cdb76a2357e2a4586362891ba85f990 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Thu, 24 Oct 2024 00:42:39 -0300 Subject: [PATCH] feat: move rule edit button to "If" card --- .../fragments/transaction_rule/view.html | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/app/templates/rules/fragments/transaction_rule/view.html b/app/templates/rules/fragments/transaction_rule/view.html index 8f9f783..0987657 100644 --- a/app/templates/rules/fragments/transaction_rule/view.html +++ b/app/templates/rules/fragments/transaction_rule/view.html @@ -8,13 +8,6 @@
{{ transaction_rule.name }}
{{ transaction_rule.description }}
- -
If transaction...
@@ -22,6 +15,15 @@
{{ transaction_rule.trigger }}
+
@@ -35,7 +37,7 @@
{% translate 'to' %}
{{ action.value }}
-