lib/generators/dry_crud/templates/app/views/crud/edit.html.erb in dry_crud-1.7.0 vs lib/generators/dry_crud/templates/app/views/crud/edit.html.erb in dry_crud-2.0.0

- old
+ new

@@ -1 +1 @@ -<% @title ||= ti(:title, :model => full_entry_label).html_safe -%> +<% @title ||= ti(:title, model: full_entry_label).html_safe -%>