|
<h2><%= sprintf(_("Artwork Size \#%u"), @artwork_size.id) %></h2>
|
|
|
|
<p>
|
|
<%=
|
|
stacking_table do |table|
|
|
table.content [_("Height (cm):"), mm_to_cm(@artwork_size.height)]
|
|
table.content [_("Width (cm):"), mm_to_cm(@artwork_size.width)]
|
|
table.content [_("Standard?"), display_boolean(@artwork_size.standard)]
|
|
end
|
|
%>
|
|
<%= display_standard_item_actions %>
|
|
</p>
|
|
<p><%= link_to_resource_index _("Display all artwork sizes") %></p>
|