Adding sort by number of open tasks on each project

This commit is contained in:
Walter Cruz 2008-09-23 11:53:11 -03:00
parent ba9a9370cc
commit 0673d67b62

View file

@ -0,0 +1,6 @@
list_id = "list-#{@state}-projects"
page.replace_html list_id,
:partial => 'project_listing',
:collection => @projects
page.sortable list_id, get_listing_sortable_options(list_id)