Sha256: e57191870629c3df835aacb9ee59ea82f0a9f85dfedfac2195096a566626cd6b
Contents?: true
Size: 575 Bytes
Versions: 22
Compression:
Stored size: 575 Bytes
Contents
.row - media.each do |m| - if type.eql?(:image) .col-xs-6.col-md-3 .thumbnail = image_item(m) .caption %p = image_styles(m) - elsif type.eql?(:video) .col-xs-6.col-md-3 .thumbnail %a.editor-video(href='#{ m.file.url }') %video(width='128' height='90' data-video-title="#{ m.label }") %source(src="#{ m.file.url }") %p %strong= m.label %p %small = truncate m.description, length: 60
Version data entries
22 entries across 22 versions & 1 rubygems