Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/profiles/comment_templates_controller.rb')
-rw-r--r--app/controllers/profiles/comment_templates_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/profiles/comment_templates_controller.rb b/app/controllers/profiles/comment_templates_controller.rb
index d6725c27f76..f7c1f8733de 100644
--- a/app/controllers/profiles/comment_templates_controller.rb
+++ b/app/controllers/profiles/comment_templates_controller.rb
@@ -5,8 +5,6 @@ module Profiles
feature_category :user_profile
before_action do
- render_404 unless Feature.enabled?(:saved_replies, current_user)
-
@hide_search_settings = true
end
end