Fix line endings?
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
{% extends '@ArdentParameter/layout.html.twig' %}
|
||||
|
||||
|
||||
{% block par_user_content %}
|
||||
<h2>Parameter categories</h2><br>
|
||||
{% for category in categories %}
|
||||
<a class="btn-primary btn" href="{{ path('parameter_bundle_parameters', {category:category}) }}">{{ category }}</a><br><br>
|
||||
{% endfor %}
|
||||
{% extends '@ArdentParameter/layout.html.twig' %}
|
||||
|
||||
|
||||
{% block par_user_content %}
|
||||
<h2>Parameter categories</h2><br>
|
||||
{% for category in categories %}
|
||||
<a class="btn-primary btn" href="{{ path('parameter_bundle_parameters', {category:category}) }}">{{ category }}</a><br><br>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user