ref: master
app/views/content_viewer/gallery/_images.html.erb
<% @images.each do |a| %> <%= content_tag('li', :title => a.title, :class => 'image-gallery-item' ) do %> <%= render :partial => partial_for_class(a.class), :object => a %> <% end %> <% end %>