18 lines
424 B
Plaintext
Executable File
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
|