Project

General

Profile

« Previous | Next » 

Revision 2a4e5c89

Added by Marc Dequènes almost 14 years ago

  • ID 2a4e5c8923d2697e74e5d2c02e556370e5ae90b0

[evol] added tags and fixes a few typos

View differences:

app/views/admin/artworks/show.rhtml
cat.content [_("Size:"), @artwork.artwork_size ? @artwork.artwork_size.human_size : ""]
cat.content [_("Materials:"), display_list(@artwork.artwork_materials.collect{|t| t.name})]
cat.content [_("Supports:"), display_list(@artwork.artwork_supports.collect{|t| t.name})]
cat.content [_("Tags:"), display_list(@artwork.tags.collect{|t| t.name})]
end
table.category _("Result") do |cat|
cat.content [_("Condition:"), @artwork.artwork_condition.name]

Also available in: Unified diff