mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-01 16:46:16 +00:00
10 lines
205 B
Ruby
10 lines
205 B
Ruby
# frozen_string_literal: true
|
|
|
|
module EnableSearchSettingsHelper
|
|
def enable_search_settings(locals: {})
|
|
content_for :before_content do
|
|
render "shared/search_settings", locals
|
|
end
|
|
end
|
|
end
|