idn_app/app/views/admin/menu_items/_show.html.haml
2016-07-29 20:23:40 +02:00

7 lines
99 B
Plaintext
Executable File

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