style(recherche): procedure libelle cell can wrap
This commit is contained in:
parent
4ffb6a7c1b
commit
ca4f077b4c
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
= link_to(expert_avis_path(avis.procedure, avis), class: "fr-link") do
|
||||
= avis.dossier.id
|
||||
%td= link_to(avis.dossier.user_email_for(:display), expert_avis_path(avis.procedure, avis))
|
||||
%td= link_to(avis.procedure.libelle, expert_avis_path(avis.procedure, avis))
|
||||
%td.fr-cell--multiline= link_to(avis.procedure.libelle, expert_avis_path(avis.procedure, avis))
|
||||
.fr-table__footer
|
||||
.fr-table__footer--start
|
||||
.fr-table__footer--middle
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
= p.dossier_id
|
||||
- if @notifications_dossier_ids.include?(p.dossier_id)
|
||||
%span.notifications{ 'aria-label': 'notifications' }
|
||||
%td= procedure_libelle
|
||||
%td.fr-cell--multiline= procedure_libelle
|
||||
%td= user_email
|
||||
%td.flex.column= status_badge(p.state)
|
||||
|
||||
|
|
Loading…
Reference in a new issue