Sha256: 966636424078d4b2ca0fa00554fcd67a00f3dd86011edddddb76b899ed26016d

Contents?: true

Size: 338 Bytes

Versions: 4

Compression:

Stored size: 338 Bytes

Contents

= f.semantic_fields_for :vcard do |vcard|
  = vcard.input :full_name, :input_html => {"data-autofocus" => true}
  = vcard.semantic_fields_for :address do |address|
    = address.input :extended_address
    = address.input :street_address
    = address.input :post_office_box
    = address.input :postal_code
    = address.input :locality

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
has_vcards-0.10.0 app/views/vcards/_form.html.haml
has_vcards-0.9.0 app/views/vcards/_form.html.haml
has_vcards-0.8.1 app/views/vcards/_form.html.haml
has_vcards-0.8.0 app/views/vcards/_form.html.haml