negos_app/app/views/public/documents/index.html.haml
2016-03-09 17:50:08 +01:00

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"