27 lines
699 B
Plaintext
27 lines
699 B
Plaintext
|
|
.center.white.row
|
|
.row.gutter
|
|
%h1
|
|
Documents à retourner
|
|
=" (#{@accepted_offer.documents.where(state: :document_verified).count} / #{@accepted_offer.documents.count})"
|
|
%table.table.admin-table.table-hover.table-striped
|
|
%thead.rows_header
|
|
%tr
|
|
%th
|
|
Titre du document
|
|
%th{style:"text-align:center"}
|
|
Fichier à télécharger
|
|
%th{style:"text-align:center"}
|
|
Fichier à retourner
|
|
%th{style:"text-align:right"}
|
|
État du document
|
|
|
|
|
|
|
|
|
|
%tbody.rows
|
|
|
|
=render @documents
|
|
|
|
=link_to i(:"chevron-circle-left") + " Mon Compte", public_my_account_path, class:" btn btn-default"
|