mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-31 00:04:40 +02:00
6 lines
No EOL
355 B
Twig
6 lines
No EOL
355 B
Twig
<div class="row mb-3">
|
|
<div class="col">
|
|
<a href="{{ url('part_new', url_options) }}" class="btn btn-success float-left {% 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> |