app/views/admix/inherited/edit.html.haml in admix-0.23.0 vs app/views/admix/inherited/edit.html.haml in admix-0.23.1
- 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 'admix/inherited/form'
+= render 'form'
= link_to t('admix.crud.back'), collection_url, class: 'btn'
\ No newline at end of file