fix card form

This commit is contained in:
Torsten 2023-01-23 19:23:59 +02:00
parent 830a9c58dd
commit 5202ea58c1
1 changed files with 1 additions and 1 deletions

View File

@ -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