Sha256: 4a2141ac25b6cda27bfb7172f4bace905fa90a3e25fd8240c938bf2968c6e3ac

Contents?: true

Size: 498 Bytes

Versions: 11

Compression:

Stored size: 498 Bytes

Contents

<div class="p-4 mt-2 mb-4 rounded-md border nested-form-wrapper border-grey-900" data-new-record="<%= form.object.new_record? %>">
  <%= form.text_field :text %>
  <%= form.text_field :external_url %>
  <%= form.collection_select :panda_cms_page_id, PandaCms::Page.all, :id, :title, include_blank: true %>
  <%= render PandaCms::Admin::ButtonComponent.new(text: "Remove Menu Item", action: :delete, data: {action: "nested-form#remove"}, size: :small) %>
  <%= form.hidden_field :_destroy %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
panda_cms-0.5.10 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.5.9 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.5.8 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.5.7 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.5.6 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.5.5 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.5.4 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.5.3 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.5.2 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.5.1 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.5.0 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb