clair_app/app/views/admin/menu_items/_show.html.haml
Nicolas Bally c2f8ec2efb initial
2020-10-10 00:28:38 +02:00

7 lines
99 B
Plaintext

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