Part-DB.Part-DB-server/templates/Parts/lists/_action_bar.html.twig
2022-07-24 18:08:21 +02:00

6 lines
No EOL
356 B
Twig

<div class="row mb-3">
<div class="col">
<a href="{{ url('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>