Project

General

Profile

« Previous | Next » 

Revision bf16d414

Added by Marc Dequènes almost 14 years ago

  • ID bf16d41408b3309a93dcd0dd0723a4d478023818

[evol] artworks context menu: finished mechanism + checked for empty selection + implemented associate_with_tag action

View differences:

app/models/artwork.rb
return nil if self.artwork_step_images.empty?
self.artwork_step_images.last
end
def full_title
str = ""
str += self.artwork_set.name unless artwork_set.nil?
str += " :: " + self.artwork_group.name unless artwork_group.nil?
str += " :: " unless str == ""
str += self.title
end
end

Also available in: Unified diff