Sha256: 2cb792b54ac3841b61d5269e083d37253ee19820cfd3728eb84e00d8e280bf43
Contents?: true
Size: 401 Bytes
Versions: 25
Compression:
Stored size: 401 Bytes
Contents
<% content_for :header do %> <%= render Koi::Header::IndexComponent.new(model: Katalyst::Navigation::Menu, title: "Navigation") do |component| %> <% component.with_action "New", katalyst_navigation.new_menu_path %> <% end %> <% end %> <%= table_with(collection:) do |row, menu| %> <%= row.link :title, url: (katalyst_navigation.menu_path(menu) if menu) %> <%= row.text :slug %> <% end %>
Version data entries
25 entries across 25 versions & 1 rubygems