diff --git a/app/controllers/pull_requests_controller.rb b/app/controllers/pull_requests_controller.rb index f44e2bc27..5f70e5771 100644 --- a/app/controllers/pull_requests_controller.rb +++ b/app/controllers/pull_requests_controller.rb @@ -9,7 +9,8 @@ class PullRequestsController < ApplicationController end def new - + # id = params[:] + @request = @g.merge_request(@rpoject.gpid, id) end # Creates a merge request. diff --git a/app/views/pull_requests/index.html.erb b/app/views/pull_requests/index.html.erb index 654ffb824..ef92b0cad 100644 --- a/app/views/pull_requests/index.html.erb +++ b/app/views/pull_requests/index.html.erb @@ -14,10 +14,10 @@ <% @requests.each do |request| %>