Merge branch 'master' of dev.gitlabhq.com:gitlabhq into feature/issues_search
This commit is contained in:
commit
0955863489
32 changed files with 262 additions and 179 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue