Restored the "Back" button on the toolbar for the mobile devices. It is still necessary, because the user may get lost in the navigation history.

This commit is contained in:
2023-03-22 02:28:29 +08:00
parent 61ee08fda2
commit ccbdc779ac
9 changed files with 18 additions and 18 deletions

View File

@ -25,10 +25,10 @@ First written: 2023/2/1
{% block content %}
<div class="mb-3 d-none d-md-block">
<div class="mb-3 accounting-toolbar">
<a class="btn btn-primary" href="{{ url_for("accounting.account.list")|accounting_or_next }}">
<i class="fa-solid fa-circle-chevron-left"></i>
{{ A_("Back") }}
<span class="d-none d-md-inline">{{ A_("Back") }}</span>
</a>
</div>