pollen_app/app/views/admin/menu_items/_show.html.haml
Nicolas Bally 120e9803eb initial
2020-04-28 14:51:42 +02:00

7 lines
99 B
Plaintext

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