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

_search_settings.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d689e9ae5c003edbbdc623c79e75d7022b7441e9 (plain)
1
2
3
4
5
6
- container_class = local_assigns.fetch(:container_class, 'gl-mt-5')

- if Feature.enabled?(:search_settings_in_page, @project, default_enabled: false)
  %div{ class: container_class }
    .js-search-settings-app
      %input.gl-form-input.form-control{ type: "text", placeholder: _("Search settings"), aria_label: _("Search settings"), disabled: true }