Project

General

Profile

Download (364 Bytes) Statistics
| Branch: | Tag: | Revision:
<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>
(6-6/6)