| <%= menu_item.title %> | <%= link_to t("admin.common.edit"), edit_menu_item_path(menu_item) %> | <%= button_to menu_item_path(menu_item), method: :delete, form: { data: { confirm: t(".confirm_destroy") }, class: 'button_to destructive' } do %> <%= icon("trash", library: "tabler", "aria-hidden": true) %> <%= t("admin.common.destroy") %> <% end %> |