mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
notation modifications
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
{% block personcontent %}
|
||||
|
||||
{% include 'ChillTaskBundle:SingleTask:_edit.html.twig' %}
|
||||
{% include '@ChillTask/SingleTask/_edit.html.twig' %}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
@@ -9,6 +9,7 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include 'ChillTaskBundle:SingleTask:_edit.html.twig' %}
|
||||
{% include '@ChillTask/SingleTask/_edit.html.twig' %}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
@@ -31,13 +31,15 @@
|
||||
{% if person is not null %}
|
||||
{% block personcontent %}
|
||||
<div class="tasks">
|
||||
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
|
||||
{% include '@ChillTask/SingleTask/_list.html.twig' %}
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% else %}
|
||||
{% block content %}
|
||||
<div class="col-md-10 col-xxl tasks">
|
||||
{% include 'ChillTaskBundle:SingleTask:_listCourse.html.twig' %}
|
||||
{% include '@ChillTask/SingleTask/_listCourse.html.twig' %}
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
|
@@ -25,5 +25,6 @@
|
||||
|
||||
|
||||
{% block personcontent %}
|
||||
{% include 'ChillTaskBundle:SingleTask:_new.html.twig' %}
|
||||
{% include '@ChillTask/SingleTask/_new.html.twig' %}
|
||||
|
||||
{% endblock %}
|
||||
|
@@ -8,5 +8,6 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'ChillTaskBundle:SingleTask:_new.html.twig' %}
|
||||
{% include '@ChillTask/SingleTask/_new.html.twig' %}
|
||||
|
||||
{% endblock %}
|
||||
|
@@ -27,6 +27,7 @@
|
||||
|
||||
{% block personcontent %}
|
||||
|
||||
{% include 'ChillTaskBundle:SingleTask:_show.html.twig' %}
|
||||
{% include '@ChillTask/SingleTask/_show.html.twig' %}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
@@ -11,6 +11,7 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include 'ChillTaskBundle:SingleTask:_show.html.twig' %}
|
||||
{% include '@ChillTask/SingleTask/_show.html.twig' %}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user