class ActiveAdmin::Views::Pages::Show

def attributes_table(*args, &block)

def attributes_table(*args, &block)
  panel(I18n.t('active_admin.details', :model => active_admin_config.resource_name)) do
    attributes_table_for resource, *args, &block
  end
end