Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +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