forked from mirror/Part-DB.Part-DB-server
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> |