Sha256: cc6e96a7426f7c731428e8ad185cbe55fec345c8376f5f9cbd5c57f3b7094e8c

Contents?: true

Size: 401 Bytes

Versions: 12

Compression:

Stored size: 401 Bytes

Contents

= f.simple_fields_for :vcard do |vcard|
  = vcard.input :full_name, :input_html => {"data-autofocus" => true}
  = vcard.fields_for :address do |address|
    = address.input :extended_address
    = address.input :street_address
    = address.input :post_office_box
    = address.input :postal_code, :wrapper_html => {:class => 'col1'}
    = address.input :locality, :wrapper_html => {:class => 'col2'}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
has_vcards-0.20.0 app/views/vcards/_form.html.haml
has_vcards-0.19.0 app/views/vcards/_form.html.haml
has_vcards-0.18.0 app/views/vcards/_form.html.haml
has_vcards-0.17.2 app/views/vcards/_form.html.haml
has_vcards-0.17.1 app/views/vcards/_form.html.haml
has_vcards-0.17.0 app/views/vcards/_form.html.haml
has_vcards-0.16.0 app/views/vcards/_form.html.haml
has_vcards-0.15.0 app/views/vcards/_form.html.haml
has_vcards-0.14.1 app/views/vcards/_form.html.haml
has_vcards-0.14.0 app/views/vcards/_form.html.haml
has_vcards-0.13.2 app/views/vcards/_form.html.haml
has_vcards-0.13.1 app/views/vcards/_form.html.haml