InvenTree/InvenTree/templates/clip.html
2021-05-10 07:53:58 +02:00

5 lines
197 B
HTML

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