2021-02-09 10:24:13 +01:00
|
|
|
|
.sub-header
|
|
|
|
|
.container
|
2022-05-10 12:54:02 +02:00
|
|
|
|
.flex.justify-between
|
|
|
|
|
%ul.breadcrumbs
|
|
|
|
|
%li= link_to('Avis', expert_all_avis_path)
|
2022-10-06 19:27:23 +02:00
|
|
|
|
%li
|
|
|
|
|
= link_to(dossier.procedure.libelle.truncate_words(10), procedure_expert_avis_index_path(avis.procedure), class: "fr-link")
|
|
|
|
|
= procedure_badge(dossier.procedure)
|
2022-05-10 12:54:02 +02:00
|
|
|
|
%li= link_to("Dossier nº #{dossier.id}", expert_avis_path(avis.procedure, avis))
|
2021-02-09 10:24:13 +01:00
|
|
|
|
|
2022-05-10 12:54:02 +02:00
|
|
|
|
.header-actions
|
2023-01-05 10:52:46 +01:00
|
|
|
|
.fr-download
|
|
|
|
|
= link_to telecharger_pjs_expert_avis_path(avis.procedure, avis), download: :download, class: "menu-item menu-link fr-download__link" do
|
|
|
|
|
Télécharger le dossier et toutes ses pièces jointes
|
|
|
|
|
%span.fr-download__detail
|
|
|
|
|
ZIP
|
2021-09-27 15:07:42 +02:00
|
|
|
|
|
2021-12-24 18:10:50 +01:00
|
|
|
|
%nav.tabs
|
|
|
|
|
%ul
|
|
|
|
|
= dynamic_tab_item('Demande', expert_avis_path(avis.procedure, avis))
|
2023-03-16 10:46:10 +01:00
|
|
|
|
= dynamic_tab_item('Avis', [instruction_expert_avis_path(avis.procedure, avis), avis_list_expert_avis_path(avis.procedure, avis), avis_new_expert_avis_path(avis.procedure, avis)], notification: avis.answer.blank?)
|
2021-12-24 18:10:50 +01:00
|
|
|
|
= dynamic_tab_item('Messagerie', messagerie_expert_avis_path(avis.procedure, avis))
|