2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00
Files
InvenTree/InvenTree/templates/clip.html
Matthias Mair 74726f0fda fix endline
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>