<%=h component.title %>
<% for image in component.assets %>
-
<%= link_to(
image_tag(image.url('100x100#', :jpg), :alt => image.description),
image.url('800x600', :jpg),
:title => image.title,
:target => '_blank',
:rel => 'gallery') %>
<% end %>
<%= component.description %>