11 lines
759 B
Plaintext

=f.inputs do
=f.input :create_year, :label => qit("annonce_antiquities-create-year-form-label","Année de création :")
=f.input :antiquity_type, :label => qit("annonce_antiquities-antiquity_type-form-label","Type d'antiquité :"), :collection => AnnonceAntiquity::ANTIQUITY_TYPES, :as => :select, :include_blank => false
=f.input :signed, :label => qit("annonce_antiquities-signed-form-label","Signée par l'artiste ?")
=f.input :original, :label => qit("annonce_antiquities-original-form-label","Oeuvre originale ?")
=f.input :certificat, :label => qit("annonce_antiquities-certificat-form-label","Certificat d'authenticité ?")
=f.input :artist_text, :label => qit("annonce_antiquities-artist-text-form-label","Nom du créateur :")