Tasks creation (mostly)

This commit is contained in:
2026-03-21 14:48:27 +02:00
parent dbd849589b
commit fb9d884313
15 changed files with 81 additions and 37 deletions
+3
View File
@@ -1,5 +1,8 @@
- cache task do
tr id="task_#{task.id}"
td
/ TODO: extract into a presenter (and especially add color)
= image_tag('mingcute/task_line.svg', title: task.workflow.name)
td= link_to task.full_number, task_path(task)
td
= task_status_selector task, with_form: true