sideplace_app/app/views/public/orders/_billing.html.haml
2018-08-30 16:32:49 +02:00

14 lines
505 B
Plaintext

= semantic_form_for [:public, @annonce_account], :remote => true do |f|
%h3
=qit("orders-billing-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 qit("orders-billing-sauvegarder", "Sauvegarder"), :class => "btn btn-primary"
%br
%br
=render :partial => "public/my_account/note_pays"
%br