demarches-normaliennes/app/components/editable_champ/text_component/text_component.html.haml

2 lines
134 B
Text
Raw Normal View History

2023-05-05 09:13:05 +02:00
= @form.text_field(:value, input_opts(id: @champ.input_id, required: @champ.required?, aria: { describedby: @champ.describedby_id }))