From ef97e54c0a0ac11c2c888735808b6e0fd95047a8 Mon Sep 17 00:00:00 2001 From: Matt Budz Date: Wed, 2 Oct 2024 10:41:26 +0200 Subject: [PATCH] re-add `List` column to give users and quick way to see completed cards they are still assigned to --- app/views/tasks/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/tasks/index.html.erb b/app/views/tasks/index.html.erb index c4ed67476..08e2b1e2b 100644 --- a/app/views/tasks/index.html.erb +++ b/app/views/tasks/index.html.erb @@ -13,6 +13,7 @@ Project <% end %> Methodology + List Due Date Assigned @@ -27,6 +28,7 @@ <%= task.project.name %> <% end %> <%= task.board.name %> + <%= task.list.name %> <%= due_date_badge(task) %>