Merge pull request #8630 from demarches-simplifiees/harmonize-actions-for-instructeurs
[instructeurs] Uniformiser les actions pour les instructeurs sur la page tableau et dossier
This commit is contained in:
commit
54f17ad3c7
30 changed files with 399 additions and 381 deletions
|
@ -1,6 +1,6 @@
|
|||
-# small expires mention
|
||||
- if dossier.expirable?
|
||||
%p.expires_at.mb-2
|
||||
%p.expires_at
|
||||
%small= t("shared.dossiers.header.expires_at.#{dossier.state}", date: safe_expiration_date(dossier), duree_conservation_totale: dossier.duree_totale_conservation_in_months)
|
||||
|
||||
- if dossier.close_to_expiration?
|
||||
|
@ -21,4 +21,3 @@
|
|||
- elsif dossier.en_instruction? && dossier.procedure.procedure_expires_when_termine_enabled
|
||||
%p.expires_at_en_instruction
|
||||
%small= t("shared.dossiers.header.expires_at.en_instruction")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue