From 0d3c0b904e4c576d16bc5d96191c8d1e78a736a2 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 30 Nov 2024 03:29:18 -0300 Subject: [PATCH] feat: add transaction type coloring and note to installments table --- app/templates/installment_plans/fragments/table.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/templates/installment_plans/fragments/table.html b/app/templates/installment_plans/fragments/table.html index 6b822ce..cf9477c 100644 --- a/app/templates/installment_plans/fragments/table.html +++ b/app/templates/installment_plans/fragments/table.html @@ -7,7 +7,7 @@ {% endif %} {% if installment_plans %}
- +
@@ -61,7 +61,12 @@ _="install prompt_swal"> - + {% endfor %}
{{ installment_plan.description }} +
+ {{ installment_plan.description }} +
+
{{ installment_plan.notes|linebreaks }}
+