Changed filters to readable one. Styled some stuff

This commit is contained in:
randx 2012-08-30 22:15:34 +03:00
parent 4a6596af27
commit b9ff0c79b4
15 changed files with 96 additions and 48 deletions

View file

@ -168,10 +168,10 @@ class IssuesController < ApplicationController
def issues_filter
{
all: "1",
closed: "2",
to_me: "3",
open: "0"
all: "all",
closed: "closed",
to_me: "assigned-to-me",
open: "open"
}
end
end