10 lines
555 B
Plaintext
10 lines
555 B
Plaintext
=f.inputs do
|
|
|
|
=f.input :create_year, :label => qit("sculpture-create_year-form","Année de création :")
|
|
=f.input :artist_text, :label => qit("sculpture-artist_text-form","Nom de l'artiste :")
|
|
=f.input :artist, :label => qit("sculpture-artist-form","Vendu par l'artiste ?")
|
|
=f.input :signed, :label => qit("sculpture-signed-form","Signée par l'artiste ?")
|
|
=f.input :original, :label => qit("sculpture-original-form","Oeuvre originale ?")
|
|
=f.input :certificat, :label => qit("sculpture-certificat-form","Certificat d'authenticité ?")
|
|
|
|
|