fix(instructeur): dossier hidden by user reason interpolation
This commit is contained in:
parent
e4d460965f
commit
b2931a9dde
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
- else
|
||||
%a.cell-link{ href: path }
|
||||
= column
|
||||
= "- #{t('views.instructeurs.dossiers.deleted_reason', reason: p.hidden_by_reason)}" if p.hidden_by_user_at.present?
|
||||
= "- #{t("views.instructeurs.dossiers.deleted_reason.#{p.hidden_by_reason}")}" if p.hidden_by_user_at.present?
|
||||
|
||||
%td.status-col
|
||||
- status = [status_badge(p.state)]
|
||||
|
|
Loading…
Reference in a new issue