Sha256: 03b8f51063c5d3d512b9463d405e155923524fbae3454afee38384a2ac59873b

Contents?: true

Size: 498 Bytes

Versions: 24

Compression:

Stored size: 498 Bytes

Contents

<div class="nested-form-wrapper border mt-2 mb-4 rounded-md border-grey-900 p-4" 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

24 entries across 24 versions & 1 rubygems

Version Path
panda_cms-0.3.15 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.14 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.13 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.12 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.11 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.10 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.9 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.8 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.7 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.6 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.5 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.4 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.3 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.2 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.1 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.3.0 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.2.7 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.2.6 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.2.5 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb
panda_cms-0.2.4 app/views/panda_cms/admin/menus/_menu_item_fields.html.erb