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

search_settings_helpers.rb « helpers « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a453ea7fa8f8da269ef505e3d626f5424c00de47 (plain)
1
2
3
4
5
# frozen_string_literal: true

module SearchHelpers
  self::INPUT_PLACEHOLDER = 'Search page'
end