app/views/itsf/backend/resource/base/show.html.haml in itsf_backend-4.2.3 vs app/views/itsf/backend/resource/base/show.html.haml in itsf_backend-5.0.0.pre

- old
+ new

@@ -14,10 +14,10 @@ = render 'show_extra_actions', resource: @resource .panel.panel-default.panel-with-actions %table.table.table-striped.table-condensed.table-hover - = render_resource(@resource, as: :bootstrap_attribute_table) do |table| + = resource_table(resource: @resource) do |table| = render 'show', table: table .panel-footer = render 'show_extras', resource: @resource