Sha256: 0cfc8c596b3c0a64abf3e59691e6f74f07b724a6de76cda8803ff0f18ae47897

Contents?: true

Size: 508 Bytes

Versions: 20

Compression:

Stored size: 508 Bytes

Contents

<div class="image_mosaic" id="<%= element_dom_id(element) %>" <%= element_preview_code(element) -%>>
    <div class="image_mosaic_images">
    <%- element.contents.find_all_by_essence_type("EssencePicture").each do |essence| -%>
        <div class="image_mosaic_image">
            <%= render_essence_view(essence, :image_size => '300x200', :crop => true) %>
        </div>
    <%- end -%>
    </div>
    <div class="caption">
        <%= render_essence_view_by_name(element, 'caption') %>
    </div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.6.1 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.5 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.4 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.3.1 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.1.beta1 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.3 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.2 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.1 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.rc6 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.rc5 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.rc4 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.rc3 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.rc2 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.rc1 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.pre5 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.pre4 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.pre3 app/views/elements/_image_mosaic_view.html.erb
alchemy_cms-2.0.pre2 app/views/elements/_image_mosaic_view.html.erb