bug affichage menus

This commit is contained in:
Nicolas Bally 2011-07-01 11:43:47 +02:00
parent 0677361faa
commit 3931395364

View File

@ -7,6 +7,7 @@
%h3= link_to "Dossiers", "/pages/dossiers.html"
%ul
-Folder.where(:enabled => true).order(:title).each do |folder|
%li
=link_to folder.title, folder_path(:slug => folder.slug)
-if folder == @folder
%ul