demarches-normaliennes/app/views/users/dossiers/index.html.haml

10 lines
No EOL
185 B
Text

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