Add tailwind and styling for views
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / system-test (push) Waiting to run

This commit is contained in:
2025-10-27 16:09:04 +01:00
parent 9f42deee95
commit 40e832bfa2
21 changed files with 534 additions and 129 deletions

View File

@@ -12,7 +12,7 @@ class TodosController < ApplicationController
# GET /todos/new
def new
@todo = Todo.new
@todo = Todo.new(project_id: params[:project_id])
end
# GET /todos/1/edit