Merge branch 'master' of dev.gitlabhq.com:gitlabhq into feature/issues_search

This commit is contained in:
Adam Leonard 2011-10-25 18:34:59 -04:00
commit 0955863489
32 changed files with 262 additions and 179 deletions

View file

@ -12,7 +12,7 @@ class IssuesController < ApplicationController
def index
@issues = case params[:f].to_i
when 1 then @project.issues.all
when 1 then @project.issues
when 2 then @project.issues.closed
when 3 then @project.issues.opened.assigned(current_user)
else @project.issues.opened