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.3.7 app/views/users/_fields_demographics.html.haml
effective_cpd-1.3.6 app/views/users/_fields_demographics.html.haml
effective_cpd-1.3.5 app/views/users/_fields_demographics.html.haml
effective_cpd-1.3.4 app/views/users/_fields_demographics.html.haml
effective_cpd-1.3.3 app/views/users/_fields_demographics.html.haml
effective_cpd-1.3.2 app/views/users/_fields_demographics.html.haml
effective_cpd-1.3.1 app/views/users/_fields_demographics.html.haml
effective_cpd-1.3.0 app/views/users/_fields_demographics.html.haml
effective_cpd-1.2.4 app/views/users/_fields_demographics.html.haml
effective_cpd-1.2.3 app/views/users/_fields_demographics.html.haml
effective_cpd-1.2.2 app/views/users/_fields_demographics.html.haml
effective_cpd-1.2.1 app/views/users/_fields_demographics.html.haml
effective_cpd-1.2.0 app/views/users/_fields_demographics.html.haml
effective_cpd-1.1.3 app/views/users/_fields_demographics.html.haml
effective_cpd-1.1.2 app/views/users/_fields_demographics.html.haml