Commit 13062458 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #538 from zvirusz/patch-1

fix typo
parents 529282d9 34ea7fdb
......@@ -26,7 +26,7 @@ class MergeRequestsController < ApplicationController
@merge_requests = case params[:f].to_i
when 1 then @merge_requests
when 2 then @merge_requests.closed
when 2 then @merge_requests.opened.assigned(current_user)
when 3 then @merge_requests.opened.assigned(current_user)
else @merge_requests.opened
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment