Added back to top button.

This commit is contained in:
Jan Böhmer 2019-03-26 16:40:05 +01:00
parent 32a54293a5
commit 528be3c000
2 changed files with 31 additions and 0 deletions

View file

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