Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

15 lines
258 B
Plaintext

#menu_item_show
%table
%tr
%td{:style => "width:150px;"} Nom :
%td=@menu_item.name
%tr
%td Permalink :
%td=@menu_item.permalink
%tr
%td Statut :
%td=@menu_item.enabled ? "Publié" : "Brouillon"
=render @menu_item.menu_content