basic_app/app/views/admin/menu_items/_show.html.haml
Nicolas Bally fd027c16c1 initial
2020-04-21 21:53:16 +02:00

7 lines
99 B
Plaintext

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