reset component yes no structure
This commit is contained in:
parent
f4ffbbf042
commit
f80cccba93
1 changed files with 6 additions and 10 deletions
|
@ -2,14 +2,10 @@
|
||||||
%legend.fr-fieldset__legend.visually-hidden
|
%legend.fr-fieldset__legend.visually-hidden
|
||||||
= t(".legend")
|
= t(".legend")
|
||||||
|
|
||||||
.fr-fieldset__element.fr-fieldset__element--inline
|
%label{ for: @champ.yes_input_id }
|
||||||
.fr-radio-group
|
= @form.radio_button :value, true, id: @champ.yes_input_id
|
||||||
= @form.radio_button :value, false, id: @champ.yes_input_id
|
= t(".yes")
|
||||||
%label.fr-label{ for: @champ.yes_input_id }
|
|
||||||
= t(".yes")
|
|
||||||
|
|
||||||
.fr-fieldset__element.fr-fieldset__element--inline
|
%label{ for: @champ.no_input_id }
|
||||||
.fr-radio-group
|
= @form.radio_button :value, false, id: @champ.no_input_id
|
||||||
= @form.radio_button :value, false, id: @champ.no_input_id
|
= t(".no")
|
||||||
%label.fr-label{ for: @champ.no_input_id }
|
|
||||||
= t(".no")
|
|
||||||
|
|
Loading…
Reference in a new issue