gitlab-ce/app/controllers/profiles/comment_templates_controlle...

12 lines
226 B
Ruby

# frozen_string_literal: true
module Profiles
class CommentTemplatesController < Profiles::ApplicationController
feature_category :user_profile
before_action do
@hide_search_settings = true
end
end
end