fix duplication text for tiers in instructeur table
This commit is contained in:
parent
6aabf38701
commit
bb236f6c0d
2 changed files with 13 additions and 6 deletions
|
@ -164,10 +164,6 @@
|
|||
%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