14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
.cadre_gris
|
|
%p
|
|
Page archivé le
|
|
=l @menu_item.archived_at
|
|
-if @menu_item.archive_id and MenuItem.exists?(@menu_item.archive_id)
|
|
|
|
%p
|
|
Version actuelle :
|
|
=menu_item_link(MenuItem.find(@menu_item.archive_id))
|
|
|
|
|
|
=render :partial => "public/blocks/block", :locals => {:block => @menu_item.menu_content.blocks[0]}
|
|
|