mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix for clip.html
This commit is contained in:
parent
514db57c0c
commit
0a8365e3bc
2
.github/workflows/html.yaml
vendored
2
.github/workflows/html.yaml
vendored
@ -13,7 +13,7 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
javascript:
|
||||
html:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
|
@ -1,5 +1,5 @@
|
||||
{% 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"></em></button>
|
||||
<button class="btn clip-btn" type="button" data-toggle='tooltip' title='{% trans "copy to clipboard" %}'><em class="fas fa-copy"></em></button>
|
||||
</span>
|
Loading…
Reference in New Issue
Block a user