intra_app/app/views/admin/menu_items/_show.html.haml
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

7 lines
99 B
Plaintext

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