Oops. Got a bit carried away with the last commit, and hid completed projects from /projects listing. Put this right. (I'm ill and I should really get into bed...)

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@106 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-06-12 12:23:51 +00:00
parent 3f90096bb8
commit c7618cdc5d

View file

@ -17,7 +17,7 @@ class ProjectController < ApplicationController
#
def list
@page_title = "TRACKS::List Projects"
@projects = Project.find( :all, :conditions => "done=0", :order => "position ASC" )
@projects = Project.find( :all, :order => "position ASC" )
end
# Filter the projects to show just the one passed in the URL