<% content_for :title, "Navigations" %> <%= table_with(collection:) do |row, menu| %> <%= row.text :title do |cell| %> <%= link_to cell, menu %> <% end %> <%= row.text :slug %> <% end %>