2022-11-30 23:49:23 +02:00

7 lines
387 B
Plaintext

.relative.block.border.border-gray-100
%h3.mt-4.text-lg.font-bold Header
= form_tag( card_url(card.id) , {method: :patch } ) do
= text_field_tag( :header , card.content["header"], class: "w-full rounded-lg border-gray-200 p-4 pr-12 text-sm shadow-sm")
%button.ml-3.inline-block.rounded-lg.bg-blue-500.px-5.py-3.text-sm.font-medium.text-white{:type => "submit"}
Update