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
|
- else
|
||||||
%a.cell-link{ href: path }
|
%a.cell-link{ href: path }
|
||||||
= column
|
= 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
|
%td.status-col
|
||||||
- status = [status_badge(p.state)]
|
- status = [status_badge(p.state)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue