|
<h2><%= sprintf(_("Artwork Support \#%u"), @artwork_support.id) %></h2>
|
|
|
|
<p>
|
|
<%=
|
|
stacking_table do |table|
|
|
table.content [_("Name:"), @artwork_support.name]
|
|
table.content [_("Acronym:"), @artwork_support.acronym]
|
|
end
|
|
%>
|
|
<%= display_standard_item_actions %>
|
|
</p>
|
|
<p><%= link_to_resource_index _("Display all artwork supports") %></p>
|