Part-DB.Part-DB-server/templates/Parts/lists/_action_bar.html.twig
2020-04-06 18:40:00 +02:00

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>