mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01:00
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:
parent
3f90096bb8
commit
c7618cdc5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue