admix/app/views/admix/inherited/edit.html.haml in mix-rails-0.23.1 vs admix/app/views/admix/inherited/edit.html.haml in mix-rails-0.24.0

- old
+ new

@@ -1,5 +1,5 @@ - collection_name = resource_class.to_s.downcase.pluralize - resource_name = resource_class.to_s.downcase -%h1= t('admix.crud.edit.title', resource: resource[@crumb_field]) -= render 'form' -= link_to t('admix.crud.back'), collection_url, class: 'btn' += render 'actions' +-#%h1= t('admix.crud.edit.title', resource: resource[@crumb_field]) += render file: 'admix/inherited/form' \ No newline at end of file