sideplace_app/app/views/public/orders/_billing.html.haml

13 lines
437 B
Plaintext

= semantic_form_for [:public, @annonce_account], :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