move reaffectation view in a dynamic tab item
This commit is contained in:
parent
3c0df601da
commit
35d28610aa
3 changed files with 5 additions and 0 deletions
|
@ -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))
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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 n’est 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.
|
||||
|
|
Loading…
Reference in a new issue