negos_app/app/views/admin/menu_items/_show.html.haml
2016-02-16 21:09:48 +01:00

7 lines
99 B
Plaintext
Executable File

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