[#369] fix double render
This commit is contained in:
parent
fb438e3c75
commit
79dbe762e5
|
@ -87,6 +87,7 @@ class Projects::PullRequestsController < Projects::BaseController
|
|||
def show
|
||||
if @pull.nil?
|
||||
redirect_to project_issue_path(@project, @issue)
|
||||
return
|
||||
end
|
||||
|
||||
load_diff_commits_data
|
||||
|
|
Loading…
Reference in New Issue