<%= t(".title") %>

<%= link_to new_menu_item_path, class: 'action_button' do %> <%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_item") %> <% end %> <% @menu_items.each do |menu_item| %> <% end %>