first commit

This commit is contained in:
Tim
2019-05-23 17:04:48 +02:00
committed by Tim van Veenendaal
commit 301862589b
8 changed files with 266 additions and 0 deletions

View File

@ -0,0 +1,3 @@
services:
App\Ardent\ParameterBundle\Service\ParameterService:
alias: 'ardent.parameter'

View File

@ -0,0 +1,6 @@
{% extends '@ArdentParameter/layout.html.twig' %}
{% block par_user_content %}
{{ form(parameter_form) }}
<a class="btn btn-light" href="{{ path('all_parameters') }}">Back</a>
{% endblock %}

View File

@ -0,0 +1,2 @@
{% block par_user_content %}
{% endblock %}