From 4b31e3b1f018eed296eb29e2d4b64cf58c7ffc61 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 30 Nov 2024 02:44:56 -0300 Subject: [PATCH] feat: add transaction type coloring and note to recurring transaction table --- .../recurring_transactions/fragments/table.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/templates/recurring_transactions/fragments/table.html b/app/templates/recurring_transactions/fragments/table.html index e07e863..f9c4629 100644 --- a/app/templates/recurring_transactions/fragments/table.html +++ b/app/templates/recurring_transactions/fragments/table.html @@ -9,7 +9,7 @@ {% endif %} {% if recurring_transactions %}
- +
@@ -97,7 +97,13 @@ _="install prompt_swal"> - + {% endfor %}
{{ recurring_transaction.description }} +
+ {{ recurring_transaction.description }} +
+
{{ recurring_transaction.notes }}
+ +