demarches-normaliennes/app/views/backoffice/index.html.haml

16 lines
355 B
Text
Raw Normal View History

2015-09-22 10:15:12 +02:00
#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
2015-09-22 15:00:59 +02:00
%td
= link_to(dossier.nom_projet, "/backoffice/dossiers/#{dossier.id}")
%td Mise à jour
%td= dossier.last_update