Sha256: a004e03a5b1da1dc939cdf0d434aa5048ba1fe0d740e7f4ffa2dc8f9ef00a8b9

Contents?: true

Size: 330 Bytes

Versions: 6

Compression:

Stored size: 330 Bytes

Contents

%h1= resource_class.model_name.human(count: :other)

.row
  .col-12
    = collection_table(collection: @collection, resource_class: resource_class) do |t|
      = t.column :name
      = t.column :assets_count
      = t.column :actions, title: false do |resource|
        - link_to(t('.show'), [resource], class: 'btn btn-primary')

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cmor_files-0.0.60.pre app/views/cmor/files/folders/index.html.haml
cmor_files-0.0.59.pre app/views/cmor/files/folders/index.html.haml
cmor_files-0.0.58.pre app/views/cmor/files/folders/index.html.haml
cmor_files-0.0.57.pre app/views/cmor/files/folders/index.html.haml
cmor_files-0.0.56.pre app/views/cmor/files/folders/index.html.haml
cmor_files-0.0.55.pre app/views/cmor/files/folders/index.html.haml