demarches-normaliennes/app/views/new_gestionnaire/avis/_header.html.haml

12 lines
434 B
Text
Raw Normal View History

2017-09-06 11:26:32 +02:00
.backoffice-header
.container
%ul.breadcrumbs
%li= link_to('Avis', avis_index_path)
%li= "#{dossier.procedure.libelle}, dossier nº #{dossier.id}"
%ul.tabs
%li{ class: current_page?(avis_path(avis)) ? 'active' : nil }
= link_to 'Demande', avis_path(avis)
2017-09-06 16:14:03 +02:00
%li{ class: current_page?(instruction_avis_path(avis)) ? 'active' : nil }
= link_to 'Instruction', instruction_avis_path(avis)