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: 2974b2bf4d0d2fc21cbed86da8d0c6f03cbadb6f (plain)
1
2
3
4
5
- container_class = local_assigns.fetch(:container_class, 'gl-mt-5')

%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 }