app/views/vcards/_form.html.haml in has_vcards-0.10.0 vs app/views/vcards/_form.html.haml in has_vcards-0.11.0
- old
+ new
@@ -2,7 +2,7 @@
= 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
+ = address.input :postal_code, :wrapper_html => {:class => 'col1'}
+ = address.input :locality, :wrapper_html => {:class => 'col2'}