From b541e74422d613fbf68c4d60e6b90e14ace9b1fe Mon Sep 17 00:00:00 2001 From: Xavier J Date: Fri, 27 Nov 2015 11:09:45 +0100 Subject: [PATCH] Add procedure name on user dossier list --- app/views/users/dossiers/index.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/users/dossiers/index.html.haml b/app/views/users/dossiers/index.html.haml index 929c22e3f..86585e59a 100644 --- a/app/views/users/dossiers/index.html.haml +++ b/app/views/users/dossiers/index.html.haml @@ -3,11 +3,14 @@ %br %table.table %thead + %th Procédure %th Nom du Projet %th Etat %th Mise à jour - @dossiers.each do |dossier| %tr + %td + = dossier.procedure.libelle %td = link_to(dossier.nom_projet, users_dossier_recapitulatif_path(dossier)) %td{id: "dossier_#{dossier.id}_state"}= dossier.state_fr