Yet more refactoring, particularly of the option drop downs.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@13 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-01-23 19:15:17 +00:00
parent 177180ea6e
commit 9a649506a5
11 changed files with 41 additions and 64 deletions

View file

@ -41,7 +41,6 @@ class ContextController < ApplicationController
#
def show
@context = Context.find(@params["id"])
@places = Context.find_all
@projects = Project.find_all
@page_title = "Context: #{@context.name.capitalize}"
@not_done = Todo.find_all( "context_id=#{@context.id} AND done=0", "created ASC" )