jfn_app/app/views/public/shared/_first_menu.html.haml
Nicolas Bally a2ca356ae9 SEO
2012-02-29 15:14:51 +01:00

6 lines
337 B
Plaintext

=link_to "Accueil", "/"
=link_to "Blog", articles_path
=link_to "Photothèque", "http://www.photo-nature-environnement.com", :target => "_blank", :title => "Photothèque nature et environnement de Jean François Noblet"
-MenuItem.where(:parent_id => nil, :enabled => true).order(:position).each do |menu_item|
=menu_item_link menu_item