Copy record for bibliography

This commit is contained in:
2024-11-07 18:53:34 +01:00
parent 3c2b804498
commit 239240360e
3 changed files with 45 additions and 4 deletions

View File

@@ -28,12 +28,13 @@
<i class="fa fa-edit"></i>
</span>
</button>
<button class="button is-link">
<a href="{{ path('app_bibliography_copy', {'id' : record.id}) }}"
class="button is-link">
Copy
<span class="icon ml-2">
<i class="fa fa-copy"></i>
</span>
</button>
</a>
<a href="{{ path('app_bibliography_del', {'id' : record.id}) }}"
class="button is-danger"
data-delete-record-target="path" data-action="click->delete-record#show">