In the Avis header, the Instruction tab is now Avis

This commit is contained in:
gregoirenovel 2017-10-05 15:39:10 +02:00
parent 2611b12239
commit 002ccf3552

View file

@ -8,6 +8,6 @@
%li{ class: current_page?(avis_path(avis)) ? 'active' : nil }
= link_to 'Demande', avis_path(avis)
%li{ class: current_page?(instruction_avis_path(avis)) ? 'active' : nil }
= link_to 'Instruction', instruction_avis_path(avis)
= link_to 'Avis', instruction_avis_path(avis)
%li{ class: current_page?(messagerie_avis_path(avis)) ? 'active' : nil }
= link_to 'Messagerie', messagerie_avis_path(avis)