Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'hotfix/0.1.10'
  • Loading branch information
Joshua Lippiner committed Apr 17, 2010
2 parents 6b38359 + 5cedbb3 commit 13e3b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/controllers/public/todos_controller.rb
Expand Up @@ -57,8 +57,8 @@ def filter
unless @tags.empty?
p @tags
@todo = @user.todos.new
@todos = @user.todos.tagged_with(@tags, :any => false).not_complete
@completed = @user.todos.tagged_with(@tags, :any => false).complete
@todos = @user.todos.tagged_with(@tags, :any => true).not_complete
@completed = @user.todos.tagged_with(@tags, :any => true).complete
render :partial => 'list'
else
render_list
Expand Down
2 changes: 1 addition & 1 deletion git-flow-version
@@ -1 +1 @@
GITFLOW_VERSION=0.1.9
GITFLOW_VERSION=0.1.10

0 comments on commit 13e3b94

Please sign in to comment.