Sha256: 69eace718fb13adef9fb610c3d919075f403fac0de8255624f4dc3bab378fbc6

Contents?: true

Size: 292 Bytes

Versions: 6

Compression:

Stored size: 292 Bytes

Contents

= f.text_field :name
= f.text_field :name_confirmation, hint: 'must match name'

%h2 Stamp Information

%p Please select a stamp and enter a shipping address.

= f.select :category, Effective::Stamp::CATEGORIES

= f.show_if :category, 'Physical' do
  = effective_address_fields(f, :shipping)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_products-0.1.2 app/views/effective/stamps/_fields.html.haml
effective_products-0.1.1 app/views/effective/stamps/_fields.html.haml
effective_products-0.1.0 app/views/effective/stamps/_fields.html.haml
effective_products-0.0.9 app/views/effective/stamps/_fields.html.haml
effective_products-0.0.8 app/views/effective/stamps/_fields.html.haml
effective_products-0.0.7 app/views/effective/stamps/_fields.html.haml