| <%= menu_item.title %> | <%= link_to "Edit", edit_menu_item_path(menu_item) %> | <%= button_to menu_item_path(menu_item), method: :delete, form: { data: { confirm: "Do you really want to destroy the menu entry?" }, class: 'button_to destructive' } do %> <%= icon("trash", library: "tabler", "aria-hidden": true) %> Destroy <% end %> |