From 85fc4bc1e3db2e069ad593dddaf37de213ef6537 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 30 Jul 2024 20:14:44 +0200 Subject: [PATCH] visibilise les suggesstions de commit --- templates/task/show.html.twig | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/templates/task/show.html.twig b/templates/task/show.html.twig index 14703f1..87ebaa8 100644 --- a/templates/task/show.html.twig +++ b/templates/task/show.html.twig @@ -79,6 +79,32 @@ {% endif %} +{% if workflow_metadata(task, 'locking', task.status) %} +
+
+ + + + + + + + + + + +
Commentaire + {{ project.name }} {{ task.name }} + {% for hashtag in project.hashtags|split(' ') %} + {{ '#' ~ hashtag }} + {% endfor %} +
Source + {{ project.source }} +
+
+
+{% endif %} +

Carte