bievre_app/app/views/admin/menu_items/_show.html.haml
Caroline Girard dee35396f0 initial
2018-09-07 11:04:43 +02:00

7 lines
99 B
Plaintext

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