coton_app/app/views/admin/menu_items/_show.html.haml
2018-12-15 14:06:53 +01:00

7 lines
99 B
Plaintext

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