Tasks display

This commit is contained in:
2025-07-12 17:50:56 +03:00
parent 42d45853ff
commit 4f5b9dcf89
12 changed files with 120 additions and 7 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
.row
= link_to 'New', new_project_path
ul
- @projects.each do |project|
li= link_to project.name, project
li
= link_to project.name, project