mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 12:00:16 +01:00
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:
parent
177180ea6e
commit
9a649506a5
11 changed files with 41 additions and 64 deletions
|
|
@ -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" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue