negos_app/app/views/public/needs/_accepted_offers_index.html.haml
2016-02-16 21:09:48 +01:00

16 lines
383 B
Plaintext
Executable File

%table.table.public-table.table-striped
%thead
%tr
%th
Titre du besoin
%th
Prix négocié
%th
Fournisseur
%th{style: 'text-align:center'}
État
%th{style: 'text-align:right'}
Devis
%tbody
=render partial: "public/needs/accepted_offer", collection: @accepted_offers, as: :accepted_offer