Task status badge and index

This commit is contained in:
2025-10-30 02:23:05 +02:00
parent ba2aad93af
commit 8bb22f8e04
6 changed files with 51 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ h1= tasks_index_title
- cache task do
tr
td= link_to task.full_number, task_path(task)
td= task_status_badge task.status
td= task.title
td
= link_to 'Edit', edit_task_path(task)