- if content_for? :index_topbar = yield(:index_topbar) - else nav = link_to t('manage.actions.new', model: resource_class.model_name.human), [:new, resource_class.name.tableize.singularize], class: 'button small secondary' = render 'index/scopes' .row .columns.large-9 = render 'index/table', index_fields: index_fields, collection: collection .columns.large-3 = render 'index/filters' .right = link_to('Help', [:show_help, resource_class.name.tableize]) rescue '' = paginate collection = render 'index/collection_actions', collection: collection = render 'index/count'