Project

General

Profile

Download (548 Bytes) Statistics
| Branch: | Tag: | Revision:
<h1><%= _("Tree view of the Cyma") %></h1>

<table>
<% ArtworkSet.find(:all).each do |set| %>
<tr><th><%= display_artwork_frame(set.artworks.last, :frame_type => :cell, :size => :thumb_small, :force_title => set.name, :display_size => false) %></th>
<% unless set.artwork_groups.empty? %>
<% set.artwork_groups.each do |group| %>
<td><%= display_artwork_frame(group.artworks.last, :frame_type => :cell, :size => :thumb_small, :force_title => group.name, :display_size => false) %></td>
<% end %>
<% end %>
</tr>
<% end %>
</table>
    (1-1/1)