From b3ef5157b04affa11496c93b84119a050b0c4cec Mon Sep 17 00:00:00 2001 From: Artemiy Solopov Date: Thu, 27 Nov 2025 00:40:44 +0200 Subject: [PATCH] fixup! Default task broadcast --- app/views/tasks/_table_row.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tasks/_table_row.html.slim b/app/views/tasks/_table_row.html.slim index 076f972..45fa2c3 100644 --- a/app/views/tasks/_table_row.html.slim +++ b/app/views/tasks/_table_row.html.slim @@ -2,7 +2,7 @@ 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 + = task_status_selector task, with_form: true td= task.title td = link_to 'Edit', edit_task_path(task)