mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-21 11:27:47 +00:00
many corrections in twig templates
This commit is contained in:
@@ -27,16 +27,23 @@
|
||||
{% macro row(task) %}
|
||||
{% endmacro %}
|
||||
|
||||
|
||||
{% block filtertasks %}
|
||||
{% if person is not null %}
|
||||
{% block personcontent %}
|
||||
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
|
||||
<div class="tasks">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-10 col-xxl">
|
||||
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% else %}
|
||||
{% block content %}
|
||||
<div class="col-8 col-md-9 offset-md-1">
|
||||
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
|
||||
<div class="col-md-10 col-xxl">
|
||||
<div class="tasks my-5">
|
||||
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user