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 %}