Améliorations après retours PR
This commit is contained in:
parent
878f58e00c
commit
57dfe2b0f6
17 changed files with 72 additions and 50 deletions
|
@ -164,6 +164,10 @@
|
|||
%span.cell-link
|
||||
= column
|
||||
= "- #{t('views.instructeurs.dossiers.deleted_by_user')}" if p.hidden_by_user_at.present?
|
||||
- elsif p.for_tiers
|
||||
%a.cell-link{ href: path }
|
||||
= "#{column} (#{t('views.instructeurs.dossiers.acts_on_behalf')} #{p.prenom} #{p.nom})"
|
||||
= "- #{t('views.instructeurs.dossiers.deleted_by_user')}" if p.hidden_by_user_at.present?
|
||||
- else
|
||||
%a.cell-link{ href: path }
|
||||
= column
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue