add missing views and change position for notif

This commit is contained in:
Lisa Durand 2024-04-08 11:45:19 +02:00
parent 5155049873
commit 09d4ed760f
6 changed files with 16 additions and 27 deletions

View file

@ -40,8 +40,7 @@
%tr
%td.number-col
= link_to(expert_avis_path(avis.procedure, avis), class: 'cell-link') do
= dsfr_icon('fr-icon-file-text-line')
#{avis.dossier.id}
= avis.dossier.id
%td= link_to(avis.dossier.user_email_for(:display), expert_avis_path(avis.procedure, avis), class: 'cell-link')
%td= link_to(avis.procedure.libelle, expert_avis_path(avis.procedure, avis), class: 'cell-link')
= paginate @avis, views_prefix: 'shared'