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 -1
View File
@@ -11,7 +11,7 @@ class TasksController < ApplicationController
Task.all
end
@tasks = @tasks.includes(:project)
@tasks = @tasks.includes(:project, :status)
end
def show; end