merged/app/views/merged/sections/_option_form_text.haml
2023-01-09 00:22:47 +02:00

5 lines
224 B
Plaintext

%label.block
.mt-4.text-lg.font-bold
= option.name.camelcase
.col-span-2= text_field_tag( "option[#{option.name}]" , section.option(option.name), class: "w-full rounded-lg border-gray-200 p-4 pr-12 text-sm shadow-sm")