Sha256: 60b24eee77a931a5986ccfd8fa5b6164e3a91787031b29ff6b3dbef4dadca692

Contents?: true

Size: 464 Bytes

Versions: 3

Compression:

Stored size: 464 Bytes

Contents

= table.association :category, label_method: :translated_identifier
= table.column :preview, as: :youtube_video, width: 320, height: 240, aspect_ratio: '4by3'
= table.column :title, class: 'truncate-chars truncate-chars-30'
= table.column :description, class: 'truncate-chars truncate-chars-30'
= table.column :duration, as: :duration
= table.column :identifier
= table.timestamps
= table.acts_as_list_actions scope: 'category_id'
= table.acts_as_published_actions

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecm_youtube_backend-1.0.2 app/views/ecm/youtube/backend/videos/_table.html.haml
ecm_youtube_backend-1.0.1 app/views/ecm/youtube/backend/videos/_table.html.haml
ecm_youtube_backend-1.0.0 app/views/ecm/youtube/backend/videos/_table.html.haml