= semantic_form_for [:public, @customer], :remote => true do |f| %h3 Modifier mon adresse de facturation =hidden_field_tag :order, true =hidden_field_tag :credit_product_id, params[:credit_product_id] =f.inputs do =render :partial => "public/my_account/address", :locals => {:f => f} =f.submit "Sauvegarder", :class => "btn btn-primary" %br %br =render :partial => "public/my_account/note_pays" %br