app/views/manage/resource/index.html.slim in manage-1.3.22 vs app/views/manage/resource/index.html.slim in manage-1.3.24

- old
+ new

@@ -1,18 +1,18 @@ -- 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 'manage/resource/index/scopes' - - -.row - .columns.large-9 - = render 'manage/resource/index/table', index_fields: index_fields - .columns.large-3 - = render 'manage/resource/index/filters' - -= paginate collection -= render 'manage/resource/index/collection_actions', collection: collection -= render 'manage/resource/index/count' +- 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 'manage/resource/index/scopes' + + +.row + .columns.large-9 + = render 'manage/resource/index/table', index_fields: index_fields + .columns.large-3 + = render 'manage/resource/index/filters' + += paginate collection += render 'manage/resource/index/collection_actions', collection: collection += render 'manage/resource/index/count'