Sha256: d2aa6ba822c3ad9998ef51f544f489a7ac01b0e3a9a4d56ecf6607d43c75c8a8
Contents?: true
Size: 385 Bytes
Versions: 41
Compression:
Stored size: 385 Bytes
Contents
<% content_for :title, "New navigation" %> <% content_for(:breadcrumbs) { link_to "Navigations", katalyst_navigation.menus_path } %> <%= form_with model: menu, url: katalyst_navigation.menus_path, builder: Koi::FormBuilder do |form| %> <%= form.govuk_text_field :title %> <%= form.govuk_text_field :slug %> <%= form.govuk_text_field :depth %> <%= form.admin_save %> <% end %>
Version data entries
41 entries across 41 versions & 1 rubygems