Sha256: c6c758698917add901bde5ddfa3cd29088e9ba388cd7d1ea68236a788c6196df

Contents?: true

Size: 492 Bytes

Versions: 3

Compression:

Stored size: 492 Bytes

Contents

= table.column(:preview_picture) do |item|
  - if item.preview_picture.present?
    %img.img-responsive.bottom-margin-2{ src: item.preview_picture.image.url, alt: item.preview_picture.description, title: item.preview_picture.description }
= table.column :locale, sortable: true
= table.column :title, sortable: true, class: 'truncate-chars truncate-chars-30'
= table.column :body, sortable: true, class: 'truncate-chars truncate-chars-30'
= table.timestamps
= table.acts_as_published_actions

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecm_news2_backend-1.2.4 app/views/ecm/news/backend/items/_table.html.haml
ecm_news2_backend-1.2.3 app/views/ecm/news/backend/items/_table.html.haml
ecm_news2_backend-1.2.2 app/views/ecm/news/backend/items/_table.html.haml