4355d4775a
Add hour and minute on UI for datetime
7 lines
No EOL
222 B
Text
7 lines
No EOL
222 B
Text
%label.radio-inline
|
|
= radio_button_tag "champs['#{champ.id}']", "M.", champ.value == 'Mme' ? false : true
|
|
Monsieur
|
|
|
|
%label.radio-inline
|
|
= radio_button_tag "champs['#{champ.id}']", "Mme", champ.value == 'Mme'
|
|
Madame |