jfn_app/app/views/admin/menu_items/_show.html.haml
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01: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