Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +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