From 28f99c9506abec88c20a3aa36d92c4f767f6385a Mon Sep 17 00:00:00 2001 From: Maimoonah Almashhadani Date: Fri, 11 Nov 2022 11:48:58 +0300 Subject: [PATCH] polished archive features --- ihatemoney/templates/list_bills.html | 2 +- ihatemoney/templates/list_bills_archived.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 5f057a2a..6568340b 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -94,6 +94,7 @@ {% endif %} + {{ static_include("images/plus.svg") | safe }} {{ _("Add a new bill") }} @@ -176,5 +177,4 @@ {% endif %} - archived {% endblock %} diff --git a/ihatemoney/templates/list_bills_archived.html b/ihatemoney/templates/list_bills_archived.html index 517778cc..f1081378 100644 --- a/ihatemoney/templates/list_bills_archived.html +++ b/ihatemoney/templates/list_bills_archived.html @@ -94,6 +94,7 @@ {% endif %} + {{ static_include("images/plus.svg") | safe }} {{ _("Add a new bill") }} @@ -145,7 +146,7 @@
{{ csrf_form.csrf_token }} - +
{% if bill.external_link %}
{{ _('show') }} @@ -176,5 +177,4 @@ {% endif %} - not archived {% endblock %}