InvenTree/InvenTree/templates/clip.html

5 lines
202 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>