InvenTree/InvenTree/templates/clip.html
2021-09-04 08:45:06 +10:00

5 lines
199 B
HTML

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