mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
5 lines
No EOL
251 B
Twig
5 lines
No EOL
251 B
Twig
<div class="row mb-2">
|
|
<div class="offset-3 col">
|
|
<a class="btn btn-info {% if not is_granted('create', entity) %}disabled{% endif %}" href="{{ entity_url(entity, 'clone') }}">{% trans %}entity.duplicate{% endtrans %}</a>
|
|
</div>
|
|
</div> |