Project

General

Profile

Download (477 Bytes) Statistics
| Branch: | Tag: | Revision:
<h1><%= sprintf(_("View of group '%s'"), @artwork_group.name) %></h1>

<p>
<%= sprintf(_("This group is part of the '%s' set."), link_to(@artwork_group.artwork_set.name, :action => 'set', :id => @artwork_group.artwork_set.id)) %>
</p>

<h2><%= _("Artworks:") %></h2>
<p>
<% @artwork_group.artworks.each do |artwork| %>
<%= display_image_frame(artwork.image, :frame_type => :float, :size => :thumb_small, :display_size => false) %>
<% end %>
<br style="clear: both;"/>
</p>

(2-2/4)