21 lines
648 B
Plaintext
Executable File
21 lines
648 B
Plaintext
Executable File
%h1
|
|
= "Charger un document pour toutes les offres acceptées du besoin "
|
|
<strong>
|
|
= @offer.need.title
|
|
</strong>
|
|
|
|
|
|
=semantic_form_for :document do |f|
|
|
.content
|
|
|
|
=f.inputs do
|
|
=f.input :title, :label => "Titre du document : "
|
|
=f.input :document, :label => "Le document (PDF) : ", as: :file
|
|
|
|
|
|
|
|
%div{style:"display-block"}
|
|
|
|
=link_to ic(:"chevron-circle-left") + " Retour", accepted_admin_offer_path(@offer), class: "btn btn-default",style:{display: "inline-block"}
|
|
=f.submit "Créer le document sur toutes les offres acceptées", :class => "btn btn-primary", style:{display: "inline-block"}
|