Sha256: 8a1f33caf60030840e3c38ad0b87e27a2f17c2cdbb5badb5cdad5f803235b9da
Contents?: true
Size: 579 Bytes
Versions: 16
Compression:
Stored size: 579 Bytes
Contents
= horizontal_form_for @individual, as: :individual do |f| = f.input :first_name = f.input :last_name = f.input :tag_list, collection: @tags, input_html: {multiple: true} = f.input :email = f.input :title = f.input :twitter = f.input :context, as: :text = f.input :phone = f.input :fax = f.input :mobile = f.input :skype = f.input :www / Temporaire - A refactoriser = f.simple_fields_for :address do |af| = af.input :street = af.input :street_bis = af.input :zip = af.input :city = af.input :country, as: :string = form_buttons
Version data entries
16 entries across 16 versions & 1 rubygems