Project

General

Profile

« Previous | Next » 

Revision 70e65017

Added by Marc Dequènes about 15 years ago

  • ID 70e65017593750754038374c7fab3b153ba60b5d

[fix] renamed 'technique' into more appropriate name 'artwork_support', and update schema and translations (Closes #4)

View differences:

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

Also available in: Unified diff