mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
enable and fix errors for event bundle + adding knp-time-bundle
This commit is contained in:
parent
0a390eae98
commit
9a9441fa85
@ -1,4 +1,4 @@
|
|||||||
{% macro render(p, withLink=true, withClosingInfo=false) %}{%spaceless %}
|
{% macro render(p, withLink=true, withClosingInfo=false) %}{% apply spaceless %}
|
||||||
<span class="entity entity-person person-person">
|
<span class="entity entity-person person-person">
|
||||||
{% if withLink %}
|
{% if withLink %}
|
||||||
<a href="{{ path('chill_person_view', { 'person_id' : p.id } ) }}">
|
<a href="{{ path('chill_person_view', { 'person_id' : p.id } ) }}">
|
||||||
@ -15,5 +15,5 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if withLink %}</a>{% endif %}
|
{% if withLink %}</a>{% endif %}
|
||||||
</span>{% endspaceless %}
|
</span>{% endapply %}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user