Project

General

Profile

Download (465 Bytes) Statistics
| Branch: | Tag: | Revision:
70e65017 Marc Dequènes (Duck)
<h2><%= _("List of Artwork Supports") %></h2>

<p>
<table>
<tr><th><%= _("Name") %></th><th><%= _("Acronym") %></th><th><%= _("Actions") %></th></tr>
<% resource_model.find(:all, :order => "name ASC").each do |artwork_support| %>
<tr><td><%= artwork_support.name %></td><td><%= artwork_support.acronym %></td><td class="actions"><%= display_standard_item_actions(artwork_support) %></td></tr>
<% end %>
</table>
<%= display_new_action %>
</p>