fix merge request form
This commit is contained in:
parent
6d4ae75f54
commit
2b38f51a17
1 changed files with 2 additions and 0 deletions
|
@ -103,10 +103,12 @@ class MergeRequestsController < ApplicationController
|
|||
|
||||
def branch_from
|
||||
@commit = project.commit(params[:ref])
|
||||
@commit = CommitDecorator.decorate(@commit)
|
||||
end
|
||||
|
||||
def branch_to
|
||||
@commit = project.commit(params[:ref])
|
||||
@commit = CommitDecorator.decorate(@commit)
|
||||
end
|
||||
|
||||
protected
|
||||
|
|
Loading…
Reference in a new issue