Sha256: 4eca8aab6ea5c90775cc87dce1aec005b7ab88134cffcc4f7e5c5d2b2f946000

Contents?: true

Size: 561 Bytes

Versions: 6

Compression:

Stored size: 561 Bytes

Contents

= horizontal_form_for [customer_vault, @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 :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

6 entries across 6 versions & 1 rubygems

Version Path
customer_vault-1.3.2 app/views/customer_vault/individuals/_form.html.slim
customer_vault-1.3.1 app/views/customer_vault/individuals/_form.html.slim
customer_vault-1.3.0 app/views/customer_vault/individuals/_form.html.slim
customer_vault-1.2.10 app/views/customer_vault/individuals/_form.html.slim
customer_vault-1.2.9 app/views/customer_vault/individuals/_form.html.slim
customer_vault-1.2.8 app/views/customer_vault/individuals/_form.html.slim