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/controllers/admin/artworks_controller.rb
@artwork_conditions = ArtworkCondition.find(:all, :order => "position ASC")
@artwork_placement_reasons = ArtworkPlacementReason.find(:all, :order => "name ASC")
@artwork_supports = ArtworkSupport.find(:all, :order => "name ASC")
@tags = Tag.find(:all, :order => "name ASC")
end
end

Also available in: Unified diff