app/views/admix/inherited/show.html.haml in admix-0.23.1 vs app/views/admix/inherited/show.html.haml in admix-0.24.0

- old
+ new

@@ -1,5 +1,3 @@ -%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("#{@collection_name}.#{@collection_name}")), collection_url, class: 'btn' += render 'actions' +-#%h1= t('admix.crud.show.title') += render partial: 'show', locals: {resource: resource} \ No newline at end of file