Project

General

Profile

« Previous | Next » 

Revision 3807b362

Added by Marc Dequènes about 15 years ago

  • ID 3807b362f44c00b771ed8ed5b4da60799752825b

[evol] an artwork can have multiple materials

View differences:

app/views/admin/artworks/show.rhtml
end
cat.content [_("Set / Group:"), text]
cat.content [_("Size:"), @artwork.artwork_size.human_size]
cat.content [_("Material:"), @artwork.artwork_material.name]
cat.content [_("Materials:"), display_list(@artwork.artwork_materials.collect{|t| t.name})]
cat.content [_("Supports:"), display_list(@artwork.artwork_supports.collect{|t| t.name})]
end
table.category _("Result") do |cat|

Also available in: Unified diff