Task create and update

This commit is contained in:
2025-07-12 18:00:56 +03:00
parent 4f5b9dcf89
commit 586f2cf3ee
7 changed files with 132 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
h1
| Editing task
=< @task.full_number
= form_with model: @form do |form|
.field
= form.label :title
= form.text_field :title
.field
= form.label :description
= form.rich_textarea :description
.submit
= form.submit 'Update task'