mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-15 22:59:33 +00:00
Assembly Listenübersicht umsetzen
This commit is contained in:
parent
70303ca454
commit
f93152cb1c
26 changed files with 2511 additions and 3 deletions
6
templates/assemblies/lists/_action_bar.html.twig
Normal file
6
templates/assemblies/lists/_action_bar.html.twig
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="row mb-3">
|
||||
<div class="col">
|
||||
<a href="{{ path('assembly_new', url_options) }}" class="btn btn-success float-start {% if not is_granted("@assemblies.create") or (entity is defined and entity.notSelectable) %}disabled{% endif %}"><i class="fas fa-plus-square fa-fw"></i>
|
||||
{% trans%}assemblies.create.btn{% endtrans %}</a>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue