mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-01 16:54:32 +02:00
6 lines
No EOL
357 B
Twig
6 lines
No EOL
357 B
Twig
<div class="row mb-3">
|
|
<div class="col">
|
|
<a href="{{ path('part_new', url_options) }}" class="btn btn-success float-start {% if not is_granted("@parts.create") or (entity is defined and entity.notSelectable) %}disabled{% endif %}"><i class="fas fa-plus-square fa-fw"></i>
|
|
{% trans%}part.create.btn{% endtrans %}</a>
|
|
</div>
|
|
</div> |