refactor: formatting

This commit is contained in:
Herculino Trotta
2024-09-27 17:52:15 -03:00
parent a0fb92f804
commit 977d81a8dc

View File

@@ -19,10 +19,12 @@
hx-vals='{"month": {{ month }}, "year": {{ year }}}' role="button">
{{ month|month_name }} {{ year }}
</div>
<div class="tw-text-base mx-2 h-100 align-items-center d-flex"><a role="button" href="
{% url 'transactions_overview' month=next_month year=next_year %}"><i
class="fa-solid
fa-chevron-right"></i></a></div>
<div class="tw-text-base mx-2 h-100 align-items-center d-flex">
<a role="button"
href="{% url 'transactions_overview' month=next_month year=next_year %}">
<i class="fa-solid fa-chevron-right"></i>
</a>
</div>
</div>
</div>