cs_app/app/views/admin/menu_items/_show.html.haml
Nicolas Bally 8a08ee35c8 initial
2015-02-22 14:36:30 +01:00

7 lines
99 B
Plaintext

%h1#menu_item_show
=@menu_item.name
(
=@menu_item.enabled ? "Publié" : "Brouillon"
)