demarches-normaliennes/app/views/users/dossiers/index.html.haml
2015-09-24 12:02:59 +02:00

11 lines
No EOL
246 B
Text

%h1 Vos dossiers :
%table.table
%thead
%th Nom du Projet
%th Mise à jour
- @dossiers.each do |dossier|
%tr
%td
= link_to(dossier.nom_projet, users_dossier_recapitulatif_path(dossier))
%td= dossier.last_update