In the Avis header, the Instruction tab is now Avis
This commit is contained in:
parent
2611b12239
commit
002ccf3552
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue