bootystrappy
This commit is contained in:
parent
96b246462a
commit
321173dfe6
23 changed files with 9410 additions and 1027 deletions
|
@ -9,6 +9,7 @@
|
|||
hx-get="{{ path('app_food_order_new') }}"
|
||||
hx-trigger="click"
|
||||
hx-target="closest div"
|
||||
class="btn btn-primary"
|
||||
>Create new</button>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
|
@ -1,2 +1,10 @@
|
|||
{{ include('_form.html.twig') }}
|
||||
<div class="card shadow-sm mb-4">
|
||||
<div class="card-body">
|
||||
{{ include('_form.html.twig') }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a href="{{ path('app_food_order_index') }}" class="btn btn-secondary">
|
||||
<i class="bi bi-arrow-left"></i> Back to list
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue