mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Added back to top button.
This commit is contained in:
parent
32a54293a5
commit
528be3c000
2 changed files with 31 additions and 0 deletions
|
@ -262,6 +262,15 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{
|
||||
|
||||
{# Back to top buton #}
|
||||
|
||||
<!-- Back to top button -->
|
||||
<a id="back-to-top" href="#" class="btn btn-primary back-to-top" data-no-ajax role="button"
|
||||
title="{% trans %}back_to_top{% endtrans %}" data-toggle="tooltip" data-placement="left">
|
||||
<i class="fas fa-angle-up fa-fw"></i>
|
||||
</a>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue