negos_app/app/views/public/needs/_accepted_offers_index.html.haml
2016-03-08 20:49:34 +01:00

15 lines
370 B
Plaintext
Executable File

%table.table.public-table.table-striped
%thead
%tr
%th
Titre du besoin
%th
Prix négocié
%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