fix card form
This commit is contained in:
parent
830a9c58dd
commit
5202ea58c1
@ -63,7 +63,7 @@
|
||||
= simple_form_for( card , method: :patch) do |f|
|
||||
= f.input :header
|
||||
= f.input :text , as: :text , input_html: {rows: rows(card)}
|
||||
%button.button.change.mt-4{type: :submit} Update Texts
|
||||
%button.button.change.mt-4{type: :submit} Update Texts
|
||||
|
||||
.basis-72.grow
|
||||
= form_for( card , {method: :patch }) do
|
||||
|
Loading…
Reference in New Issue
Block a user