fix encoding error, issues critical status added

This commit is contained in:
Dmitriy Zaporozhets 2011-10-25 19:23:39 +03:00
parent 016012b145
commit 1d69788099
15 changed files with 99 additions and 21 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