Sha256: 3b06d8c4d9a1e212ab5d57c1c2758bdc42cf3f22b13984356fb3194ae12f5af6
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
= f.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_vcards-0.13.0 | app/views/vcards/_form.html.haml |