fix(instructeurs/archives/routes): move archives routes under another url schema to avoid conflict with dossier archvied
This commit is contained in:
parent
c260c43dac
commit
e6d9ee93a6
4 changed files with 21 additions and 15 deletions
|
@ -56,7 +56,7 @@
|
|||
- if @has_export_notification
|
||||
%span.fr-ml-1v.notifications{ 'aria-label': t('instructeurs.dossiers.header.banner.exports_notification_label') }
|
||||
%li
|
||||
= link_to t('instructeurs.dossiers.header.banner.archives'), instructeur_archives_path(procedure), class: 'fr-nav__link'
|
||||
= link_to t('instructeurs.dossiers.header.banner.archives'), list_instructeur_archives_path(procedure), class: 'fr-nav__link'
|
||||
%li
|
||||
= link_to t('instructeurs.dossiers.header.banner.export_templates'), export_templates_instructeur_procedure_path(procedure), class: 'fr-nav__link'
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
= t('views.instructeurs.dossiers.tab_explainations.suivis')
|
||||
- if @statut == 'traites'
|
||||
%p
|
||||
= t('views.instructeurs.dossiers.tab_explainations.traites_html', archives_path: instructeur_archives_path(@procedure))
|
||||
= t('views.instructeurs.dossiers.tab_explainations.traites_html', archives_path: list_instructeur_archives_path(@procedure))
|
||||
- if @statut == 'tous'
|
||||
%p
|
||||
- if @procedure.routing_enabled?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue