Add procedure name on user dossier list
This commit is contained in:
parent
dd09a38bbb
commit
b541e74422
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue