rofl
This commit is contained in:
parent
b052697417
commit
43ca79f650
14 changed files with 292 additions and 57 deletions
11
templates/inventory_record/new.html.twig
Normal file
11
templates/inventory_record/new.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New InventoryRecord{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Create new InventoryRecord</h1>
|
||||
|
||||
{{ include('inventory_record/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('app_inventory_record_index') }}">back to list</a>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue