Sha256: b7796154401bd10d7139978cfbd6f14d6d0eb10631ec2f84fe4d7759847af408
Contents?: true
Size: 586 Bytes
Versions: 24
Compression:
Stored size: 586 Bytes
Contents
<% content_for :header do %> <%= render Koi::Header::EditComponent.new(resource: menu, title: "Edit navigation") do |component| %> <% component.with_breadcrumb "Navigations", katalyst_navigation.menus_path %> <% component.with_breadcrumb menu.title, katalyst_navigation.menu_path(menu) %> <% end %> <% end %> <%= form_with model: menu, url: katalyst_navigation.menu_path(menu) do |form| %> <%= form.govuk_text_field :title %> <%= form.govuk_text_field :slug %> <%= form.govuk_text_field :depth %> <div class="actions"> <%= form.admin_save %> </div> <% end %>
Version data entries
24 entries across 24 versions & 1 rubygems