OSDN Git Service

Remove critical status from Issue. Move sort instead
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Wed, 27 Jun 2012 18:30:35 +0000 (21:30 +0300)
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Wed, 27 Jun 2012 18:30:35 +0000 (21:30 +0300)
commit50fdb2e7dffd80265bc604ec8f9071e12f99af30
tree3b7f2da395fc6c05f57ef695a6d880bff766a80b
parent1b1e77c728e575a110e204e142e81bdff2737536
Remove critical status from Issue. Move sort instead
12 files changed:
app/assets/stylesheets/common.scss
app/controllers/issues_controller.rb
app/controllers/merge_requests_controller.rb
app/helpers/issues_helper.rb
app/models/issue.rb
app/models/project.rb
app/views/dashboard/issues.html.haml
app/views/issues/_form.html.haml
app/views/issues/_issues.html.haml
app/views/issues/index.html.haml
db/migrate/20120627145613_remove_critical_from_issue.rb [new file with mode: 0644]
db/schema.rb