idn_app/app/views/admin/menu_items/_show.html.haml
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

7 lines
99 B
Plaintext

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