Sha256: 8c766af63dc39f2ddcc70d8a41d480d4b4f898fe2ad06383a0377706ed17cde3

Contents?: true

Size: 662 Bytes

Versions: 19

Compression:

Stored size: 662 Bytes

Contents

%h3 User Information
= form.simple_fields_for :user, user do |fa|
  - if (EffectiveOrders.collect_user_fields || []).include?(:salutation) && fa.object.respond_to?(:salutation)
    - if defined?(fa.object.class::SALUTATIONS)
      = fa.input :salutation, :as => :select, :collection => fa.object.class::SALUTATIONS, :include_blank => false, :required => true
    - else
      = fa.input :salutation, :required => true, :placeholder => 'Salutation'

  - (EffectiveOrders.collect_user_fields || []).reject { |x| x == :salutation }.each do |field|
    - if fa.object.respond_to?(field)
      = fa.input field, :required => true, :placeholder => field.to_s.humanize

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
effective_orders-2.1.17 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.16 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.15 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.14 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.13 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.12 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.10 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.9 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.8 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.7 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.6 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.5 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.4 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.3 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.2 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.1 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.1.0 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.0.1 app/views/effective/orders/_order_user_fields.html.haml
effective_orders-2.0.0 app/views/effective/orders/_order_user_fields.html.haml