chore: rename dossier_resolution => dossier_correction
This commit is contained in:
parent
b14a70abf7
commit
5ab44fc7a9
13 changed files with 64 additions and 64 deletions
|
@ -3,7 +3,7 @@
|
|||
%h1
|
||||
= dossier.procedure.libelle
|
||||
= status_badge(dossier.state, 'super')
|
||||
= pending_correction_badge(:for_user) if dossier.pending_resolution?
|
||||
= pending_correction_badge(:for_user) if dossier.pending_correction?
|
||||
%h2
|
||||
= t('views.users.dossiers.show.header.dossier_number', dossier_id: dossier.id)
|
||||
- if dossier.depose_at.present?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue