Sha256: 2da5f517a53b5c380e69b5910cfbcedeea07c12b025b57150477014ad7907750
Contents?: true
Size: 803 Bytes
Versions: 5
Compression:
Stored size: 803 Bytes
Contents
- link_id = "item_#{item.id}" - carousel_image = image_tag item.picture ? item.picture.public_filename(:thumb) : 'forgeos/admin/no-image_50x50.png', :id => "#{link_id}_image", :class => 'carousel-image' .block-container.widget-modify{:id => link_id} .inner_block-container .block-type %div = carousel_image .block-type.editing %span.handler %span.inner %div %label = "#{I18n.t('picture', :count => 1).capitalize} :" %label.picture-title = "#{I18n.t('picture.title').capitalize} :" %label = "#{I18n.t('link').capitalize} :" %label = "#{I18n.t('description').capitalize} :" .block-name = link_to item.title, "#{I18n.t('http')}#{item.url}" %p= item.description .clear
Version data entries
5 entries across 5 versions & 1 rubygems