Files
subtle-storm/app/views/tasks/index.html.slim
T
2025-07-12 17:50:56 +03:00

15 lines
284 B
Plaintext

.row
= link_to 'New', new_task_path(project: @project&.code)
- if @tasks.exists?
table
thead
tbody
- @tasks.each do |task|
- cache task do
tr
td= link_to task.full_number, task_path(task)
td= task.title
- else
p No tasks