app/views/admix/inherited/show.html.haml in admix-0.16.0 vs app/views/admix/inherited/show.html.haml in admix-0.22.0
- old
+ new
@@ -1,6 +1,5 @@
-- pluralized_resource = resource_class.to_s.downcase.pluralize
%h1= t('admix.crud.show.title')
= render partial: 'show', locals: {resource: resource}
%br
.well{style: 'clear:both;'}
- = link_to t('admix.crud.list.title', resources: t("#{pluralized_resource}.#{pluralized_resource}")), collection_url, class: 'btn'
+ = link_to t('admix.crud.list.title', resources: t("#{@collection_name}.#{@collection_name}")), collection_url, class: 'btn'
\ No newline at end of file