2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

changes as suggested by @SchrodingersGat

This commit is contained in:
2021-05-10 07:53:58 +02:00
parent d38c1f6c0b
commit fc83458bdb
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,5 @@
{% load i18n %}
<span class="float-right">
<button class="btn clip-btn" type="button"><i class="fas fa-copy"></i></button>
<button class="btn clip-btn" type="button" data-toggle='tooltip' title='{% trans "copy to clipboard" %}'><i class="fas fa-copy"></i></button>
</span>