Project

General

Profile

Download (629 Bytes) Statistics
| Branch: | Tag: | Revision:
<h2><%= _("List of Artwork Sets") %></h2>

<p>
<table>
<tr><th><%= _("Name") %></th><th><%= _("Groups") %></th><th><%= _("Actions") %></th></tr>
<% @artwork_sets = resource_model.paginate(:all, :order => "name ASC", :page => params[:page]) %>
<% @artwork_sets.each do |artwork_set| %>
<tr><td><%= artwork_set.name %></td><td class="resource_children"><%= link_to_children_index artwork_set, ArtworkGroup, _("View Groups") %></td><td class="actions"><%= display_standard_item_actions(artwork_set) %></span></td></tr>
<% end %>
</table>
<%= will_paginate @artwork_sets %>
<%= display_new_action %>
</p>
(3-3/5)