InvenTree/InvenTree/templates/clip.html

5 lines
197 B
HTML
Raw Normal View History

{% load i18n %}
2021-05-09 12:28:46 +00:00
<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>
2021-05-09 12:28:46 +00:00
</span>