|
<h2><%= sprintf(_("Artwork Group \#%u"), @artwork_group.id) %></h2>
|
|
|
|
<p>
|
|
<%=
|
|
stacking_table do |table|
|
|
table.content [_("Name:"), @artwork_group.name]
|
|
table_timestamp_info(table, @artwork_group)
|
|
table_comment(table, @artwork_group.comment)
|
|
end
|
|
%>
|
|
<%= display_standard_item_actions %>
|
|
</p>
|
|
<p><%= link_to_resource_index _("Display all artwork groups") %></p>
|