Add procedure name on user dossier list

This commit is contained in:
Xavier J 2015-11-27 11:09:45 +01:00
parent dd09a38bbb
commit b541e74422

View file

@ -3,11 +3,14 @@
%br %br
%table.table %table.table
%thead %thead
%th Procédure
%th Nom du Projet %th Nom du Projet
%th Etat %th Etat
%th Mise à jour %th Mise à jour
- @dossiers.each do |dossier| - @dossiers.each do |dossier|
%tr %tr
%td
= dossier.procedure.libelle
%td %td
= link_to(dossier.nom_projet, users_dossier_recapitulatif_path(dossier)) = link_to(dossier.nom_projet, users_dossier_recapitulatif_path(dossier))
%td{id: "dossier_#{dossier.id}_state"}= dossier.state_fr %td{id: "dossier_#{dossier.id}_state"}= dossier.state_fr