More generic rework of the project admin frame

Plus a minor fix on project edit
This commit is contained in:
2026-03-31 01:33:58 +03:00
parent 32a7b07f2d
commit 138f1c42a0
3 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
= form_with model: @project do |form|
= form_with model: @project, data: {'turbo-frame': '_top'} do |form|
.field
= form.label :code
= form.text_field :code