Sha256: b26a52593d520e29dc946c335cdf67f9d5ddadaea7d48065cb3f160c78e24267

Contents?: true

Size: 738 Bytes

Versions: 35

Compression:

Stored size: 738 Bytes

Contents

-# This is a placeholder file that should be overriden by the main application

%p Placeholder

- if f.object.respond_to?(:first_name)
  = f.text_field :first_name

- if f.object.respond_to?(:last_name)
  = f.text_field :last_name

- if f.object.respond_to?(:job_title)
  = f.text_field :job_title

- if f.object.respond_to?(:date_of_birth)
  = f.date_field :date_of_birth

- if f.object.respond_to?(:phone)
  = f.tel_field :phone

- if f.object.respond_to?(:home_phone)
  = f.tel_field :home_phone

- if f.object.respond_to?(:cell_phone)
  = f.tel_field :cell_phone

- if f.object.respond_to?(:fax)
  = f.tel_field :fax

- if f.object.respond_to?(:billing_address)
  %h2 Billing Address
  = effective_address_fields(f, :billing_address)

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
effective_cpd-1.7.2 app/views/users/_fields_demographics.html.haml
effective_cpd-1.7.1 app/views/users/_fields_demographics.html.haml
effective_cpd-1.7.0 app/views/users/_fields_demographics.html.haml
effective_cpd-1.6.5 app/views/users/_fields_demographics.html.haml
effective_cpd-1.6.4 app/views/users/_fields_demographics.html.haml
effective_cpd-1.6.3 app/views/users/_fields_demographics.html.haml
effective_cpd-1.6.2 app/views/users/_fields_demographics.html.haml
effective_cpd-1.6.1 app/views/users/_fields_demographics.html.haml
effective_cpd-1.6.0 app/views/users/_fields_demographics.html.haml
effective_cpd-1.5.1 app/views/users/_fields_demographics.html.haml
effective_cpd-1.5.0 app/views/users/_fields_demographics.html.haml
effective_cpd-1.4.8 app/views/users/_fields_demographics.html.haml
effective_cpd-1.4.7 app/views/users/_fields_demographics.html.haml
effective_cpd-1.4.6 app/views/users/_fields_demographics.html.haml
effective_cpd-1.4.5 app/views/users/_fields_demographics.html.haml
effective_cpd-1.4.4 app/views/users/_fields_demographics.html.haml
effective_cpd-1.4.3 app/views/users/_fields_demographics.html.haml
effective_cpd-1.4.2 app/views/users/_fields_demographics.html.haml
effective_cpd-1.4.1 app/views/users/_fields_demographics.html.haml
effective_cpd-1.4.0 app/views/users/_fields_demographics.html.haml