move reaffectation view in a dynamic tab item

This commit is contained in:
Eric Leroy-Terquem 2023-06-14 12:30:02 +02:00
parent 3c0df601da
commit 35d28610aa
3 changed files with 5 additions and 0 deletions

View file

@ -22,3 +22,6 @@
= dynamic_tab_item(t('views.instructeurs.dossiers.tab_steps.involved_persons'),
personnes_impliquees_instructeur_dossier_path(dossier.procedure, dossier))
= dynamic_tab_item(t('views.instructeurs.dossiers.tab_steps.reaffectation'),
reaffectation_instructeur_dossier_path(dossier.procedure, dossier))

View file

@ -355,6 +355,7 @@ en:
external_opinion: External opinion
messaging: Messaging
involved_persons: Involved persons
reaffectation: reassignment
tab_explainations:
a_suivre: No instructor is assigned to follow up on these files. Be the first !
suivis: The folders that are in this tab are only those that you follow. You can exchange with the requester until you can accept them, refuse them or classify them without follow-up.

View file

@ -355,6 +355,7 @@ fr:
external_opinion: Avis externes
messaging: Messagerie
involved_persons: Personnes impliquées
reaffectation: Réaffectation
tab_explainations:
a_suivre: Aucun instructeur nest affecté au suivi de ces dossiers. Soyez le premier !
suivis: Les dossiers qui sont dans cet onglet sont uniquement ceux que vous suivez. Vous pouvez échanger avec le demandeur jusquà pouvoir les accepter, les refuser ou les classer sans suite.