InvenTree/InvenTree/templates/clip.html
2022-05-20 13:35:07 +02:00

6 lines
203 B
HTML

{% load i18n %}
<span class="float-right">
<button class="btn clip-btn" type="button" data-bs-toggle='tooltip' title='{% trans "copy to clipboard" %}'><em class="fas fa-copy"></em></button>
</span>