Added the missing Material Floating Action Button to add a new currency for the mobile devices to the currency list.

This commit is contained in:
依瑪貓 2023-02-07 16:43:42 +08:00
parent f82278b48a
commit 2d3b9f68b8

View File

@ -43,6 +43,14 @@ First written: 2023/2/6
</form> </form>
</div> </div>
{% if can_edit_accounting() %}
<div class="d-md-none material-fab">
<a class="btn btn-primary" href="{{ url_for("accounting.currency.create")|append_next }}">
<i class="fa-solid fa-plus"></i>
</a>
</div>
{% endif %}
{% if list %} {% if list %}
{% include "accounting/include/pagination.html" %} {% include "accounting/include/pagination.html" %}