From f89003b7e8a26a91808ebe7a8f4167b834559db3 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 9 Dec 2024 13:42:29 +0100 Subject: [PATCH] corrige une typo --- templates/task/show.html.twig | 150 +++++++++++++++++++++--------------------- 1 file changed, 75 insertions(+), 75 deletions(-) diff --git a/templates/task/show.html.twig b/templates/task/show.html.twig index 757cb69..dcacda7 100644 --- a/templates/task/show.html.twig +++ b/templates/task/show.html.twig @@ -23,92 +23,92 @@ Projet - {% if is_granted('IS_AUTHENTICATED_FULLY') %} + {% if is_granted('IS_AUTHENTICATED_FULLY') %} {% if app.user is same as(task.createdBy) %} -
- - - - - Modifier - - - - - - - Supprimer - -
+
+ + + + + Modifier + + + + + + + Supprimer + +
{% endif %} -
- {% for transition in workflow_transitions(task) %} - {% if not workflow_metadata(task, 'locking', task.status) or app.user is same as(task.lockedBy) %} - - {% if transition.name == 'start' %} - - - - {% elseif transition.name == 'finish' %} - - - - {% elseif transition.name == 'cancel' %} - - - - {% elseif transition.name == 'reset' %} - - - + -
+ {% endfor %} +
{% if workflow_metadata(task, 'locking', task.status) and app.user is same as(task.lockedBy) %} -
- + +
+ -
- {% endif %} {% endif %} - -
{% if randomTask %} - - - - - - Piocher - + {% endif %} -