Default task broadcast

This commit is contained in:
2025-11-03 00:38:57 +02:00
parent 1c644c6385
commit 7839a58464
3 changed files with 18 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
- cache task do
tr id="task_#{task.id}"
td= link_to task.full_number, task_path(task)
td
= task_status_selector task, selector_class: 'small', id: "task_status_selector_#{task.id}", with_form: true
td= task.title
td
= link_to 'Edit', edit_task_path(task)