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

18 lines
424 B
Plaintext
Executable File

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