Files
subtle-storm/app/views/tasks/show.html.slim
T
2025-11-27 01:23:40 +02:00

15 lines
260 B
Plaintext

div
em= @task.full_number
h1= @task.title
section.task-show-info
= task_status_selector @task, with_form: true
= turbo_stream_from @task, :status, :with_form
section= @task.description
section
ul.links
li= link_to 'Edit', edit_task_path(@task)