Sha256: 748a25fc5372f94c4e13e3b25a64e32d142bd66c20072d6ee4d86727e6a76eaa

Contents?: true

Size: 604 Bytes

Versions: 3

Compression:

Stored size: 604 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, 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'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
manage-1.3.49 app/views/manage/resource/index.html.slim
manage-1.3.48 app/views/manage/resource/index.html.slim
manage-1.3.47 app/views/manage/resource/index.html.slim