annotate .svn/pristine/0d/0d2311ec4452abd2d98cbb99aaf512d8571b9e28.svn-base @ 939:1affbc7f4b30

#501 "new projects" on front page should list hierarchy for non-top-level projects #493 Projects box in front page should label private projects as such
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 11 Jul 2012 14:35:31 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 class IssuePriority < Enumeration
Chris@909 2 generator_for :name, :start => 'IssuePriority0'
Chris@909 3 generator_for :type => 'IssuePriority'
Chris@909 4
Chris@909 5 end