Merge pull request #6545 from tchak/fix-remove-redundant-description
fix(champs): remove redundant description
This commit is contained in:
commit
750b2b4f58
2 changed files with 0 additions and 4 deletions
|
@ -2,5 +2,3 @@
|
||||||
{ required: champ.mandatory? },
|
{ required: champ.mandatory? },
|
||||||
'on',
|
'on',
|
||||||
'off'
|
'off'
|
||||||
|
|
||||||
%br
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
%fieldset.radios
|
%fieldset.radios
|
||||||
%legend.mandatory-explanation
|
|
||||||
Sélectionnez une des deux valeurs
|
|
||||||
%label
|
%label
|
||||||
= form.radio_button :value, true
|
= form.radio_button :value, true
|
||||||
Oui
|
Oui
|
||||||
|
|
Loading…
Reference in a new issue