mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-10 06:32:36 +01:00
You can mark projects as completed (by editing the project on /projects). In the 'sidebar' active and completed projects are shown separately, but you can still view the completed project.
Fixes #5. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@91 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
ed5d72e9e1
commit
8a08515227
9 changed files with 87 additions and 20 deletions
|
|
@ -140,7 +140,7 @@ class ProjectController < ApplicationController
|
|||
item.toggle!('done')
|
||||
render_partial 'show_items', item
|
||||
end
|
||||
|
||||
|
||||
# Methods for changing the sort order of the projects in the list
|
||||
#
|
||||
def move_up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue