demarches-normaliennes/app/views/backoffice/index.html.haml
2015-09-22 11:56:14 +02:00

15 lines
No EOL
297 B
Text

#backoffice
%table.table
%thead
%th Procédure
%th Dossier
%th etat
%th Date de mise à jour
- @dossiers.each do |dossier|
%tr
%td= dossier.procedure.libelle
%td= dossier.nom_projet
%td Mise à jour
%td= dossier.last_update