summaryrefslogtreecommitdiff
path: root/app/controllers/projects/mirrors_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/projects/mirrors_controller.rb')
-rw-r--r--app/controllers/projects/mirrors_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/projects/mirrors_controller.rb b/app/controllers/projects/mirrors_controller.rb
index 518e6a92afa..01abb72fc86 100644
--- a/app/controllers/projects/mirrors_controller.rb
+++ b/app/controllers/projects/mirrors_controller.rb
@@ -10,6 +10,8 @@ class Projects::MirrorsController < Projects::ApplicationController
layout "project_settings"
+ feature_category :source_code_management
+
def show
redirect_to_repository_settings(project, anchor: 'js-push-remote-settings')
end