fix sf4 deprecated: rename twig spaceless tags

This commit is contained in:
2020-07-22 16:28:21 +02:00
parent 4316667bd2
commit 05868b398e
5 changed files with 10 additions and 10 deletions

View File

@@ -44,11 +44,11 @@
<tr>
<td>
<a href="{{ path('chill_person_view', {'person_id': person.id } ) }}">
{{ person|chill_entity_render_string }}{% spaceless %}
{{ person|chill_entity_render_string }}{% apply spaceless %}
{% if person.isOpen == false %}
<i class="icon-lock"></i>
{% endif %}
{% endspaceless %}
{% endapply %}
</a>
</td>
<td>{% if person.birthdate is not null %}{{ person.birthdate|localizeddate('long', 'none', app.request.locale) }}{% else %}&nbsp;{% endif %}</td>