mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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">
|
||||
{% if withLink %}
|
||||
<a href="{{ path('chill_person_view', { 'person_id' : p.id } ) }}">
|
||||
@ -15,5 +15,5 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if withLink %}</a>{% endif %}
|
||||
</span>{% endspaceless %}
|
||||
</span>{% endapply %}
|
||||
{% endmacro %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user