test/templates/app/views/admin/cities/_form.html.erb in dry_crud-1.6.0 vs test/templates/app/views/admin/cities/_form.html.erb in dry_crud-1.7.0
- old
+ new
@@ -1,6 +1,6 @@
<% remote ||= false %>
-<%= crud_form :remote => remote do |f| %>
+<%= entry_form :remote => remote do |f| %>
<%= f.labeled(:name, 'Called') do %>
<%= f.input_field :name %>
<% end %>
<%= f.labeled_input_field :person_ids %>
<% end %>