17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
|
|
|
|
-if @menu_item.slug != "index" and @menu_item.ancestors.length >= 1 and 2 == 1
|
|
.breadcrumb
|
|
-if @menu_item.ancestors
|
|
=link_to i(:home), "/"
|
|
>
|
|
-for menu_item in @menu_item.ancestors.reverse
|
|
=menu_item_link(menu_item)
|
|
>
|
|
|
|
=@menu_item.name
|
|
|
|
|
|
.menu_item_content
|
|
=render :partial => "public/blocks/block", :locals => {:block => @menu_item.menu_content.blocks[0]}
|