mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 01:56:06 +10:00
Merge branch 'fix-500-on-labels-page' into 'master'
Fix 500 on labels page
This commit is contained in:
@@ -16,6 +16,8 @@ class Projects::LabelsController < Projects::ApplicationController
|
||||
redirect_to project_issues_path(@project)
|
||||
elsif params[:redirect] == 'merge_requests'
|
||||
redirect_to project_merge_requests_path(@project)
|
||||
else
|
||||
redirect_to project_labels_path(@project)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user