Sha256: e08e259aa0a5aec4bd97ab0d2efd3e44a8189bad60dca39342cda5b638af2525
Contents?: true
Size: 619 Bytes
Versions: 7
Compression:
Stored size: 619 Bytes
Contents
- if content_for? :index_topbar = yield(:index_topbar) - else nav = link_to t('manage.actions.new', model: resource_class.model_name.human), [:new, ActiveModel::Naming.singular_route_key(resource_class)], 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'
Version data entries
7 entries across 7 versions & 1 rubygems