app/views/households/new.html.haml in artfully_ose-1.2.0 vs app/views/households/new.html.haml in artfully_ose-1.3.0.pre1

- old
+ new

@@ -6,9 +6,11 @@ - content_for :custom_js do = javascript_include_tag "households" .row{"ng-controller" => "NewHouseholdCtrl"} - .span6.offset3 + .span6.offset2 + .well + You can add individuals to a household if they already have a record. Individuals in a household already will be moved into this household. = render :partial => "shared/error_messages", :locals => { :target => @household } = render :partial => 'form', :locals => { :household => @household }