negos_app/app/views/public/offers/accept.html.haml
2017-05-18 01:21:04 +02:00

12 lines
424 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.center
%h1 Accepter cette offre
= semantic_form_for [:public, @accepted_offer], :url => accept_save_public_need_offer_path(@offer.need, @offer), :method => :post do |f|
%p
Pour que loffre soit validée veuillez retourné le mandat signé que vous allez recevoir
=f.inputs do
= f.input :qte, :label => "Quantité demandée :"
%br
=f.submit "Sauvegarder", :class => "btn btn-primary"