mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
rename recent_list to list_recent
This commit is contained in:
parent
800ab896bc
commit
afe076041f
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
<div class="social-actions mb-5">
|
<div class="social-actions mb-5">
|
||||||
<h2 class="mb-3">{{ 'Last social actions'|trans }}</h2>
|
<h2 class="mb-3">{{ 'Last social actions'|trans }}</h2>
|
||||||
{% include 'ChillPersonBundle:AccompanyingCourseWork:recent_list_by_accompanying_period.html.twig' with {'buttonText': false } %}
|
{% include 'ChillPersonBundle:AccompanyingCourseWork:list_recent_by_accompanying_period.html.twig' with {'buttonText': false } %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% block contentActivity %}
|
{% block contentActivity %}
|
||||||
@ -103,7 +103,7 @@
|
|||||||
|
|
||||||
<h2 class="mb-3">{{ 'Last activities' |trans }}</h2>
|
<h2 class="mb-3">{{ 'Last activities' |trans }}</h2>
|
||||||
|
|
||||||
{% include 'ChillActivityBundle:Activity:recent_list.html.twig' with { 'context': 'accompanyingCourse', 'no_action': true } %}
|
{% include 'ChillActivityBundle:Activity:list_recent.html.twig' with { 'context': 'accompanyingCourse', 'no_action': true } %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user