5 lines
165 B
Plaintext
Executable File
5 lines
165 B
Plaintext
Executable File
= f.input :address, :label => "Adresse"
|
|
= f.input :address2, :label => "Adresse (suite)"
|
|
= f.input :cp, :label => "Code postal"
|
|
= f.input :city, :label => "Ville"
|
|
|