Sha256: a3fefbe595a0772a43522015b5c82823a334fadde9293a89461c81c3e7a0170a

Contents?: true

Size: 327 Bytes

Versions: 6

Compression:

Stored size: 327 Bytes

Contents

= table.column :pathname, sortable: true, class: 'truncate-chars truncate-chars-30'
= table.column :filename, sortable: true, class: 'truncate-chars truncate-chars-30'
= table.column(:body, sortable: true) do |partial|
  %div{ title: partial.body, class: 'truncate-chars truncate-chars-30'}= h(partial.body)
= table.timestamps

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
ecm_cms2_backend-1.3.0 app/views/ecm/cms/backend/partials/_table.html.haml
ecm_cms2_backend-1.3.0 app/views/ecm/cms/backend/templates/_table.html.haml
ecm_cms2_backend-1.2.3 app/views/ecm/cms/backend/partials/_table.html.haml
ecm_cms2_backend-1.2.3 app/views/ecm/cms/backend/templates/_table.html.haml
ecm_cms2_backend-1.2.2 app/views/ecm/cms/backend/partials/_table.html.haml
ecm_cms2_backend-1.2.2 app/views/ecm/cms/backend/templates/_table.html.haml