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

_filters.html.haml « results « search « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c402ddb3d108e04d95c3d3fe18b21b4681b63ab (plain)
1
2
3
4
5
6
7
.d-lg-flex.align-items-end
  #js-search-filter-by-state{ 'v-cloak': true, data: { scope: @scope, filter: params[:state]} }
  - if Feature.enabled?(:search_filter_by_confidential, @group)
    #js-search-filter-by-confidential{ 'v-cloak': true, data: { scope: @scope, filter: params[:confidential] } }

  - if %w(issues merge_requests).include?(@scope)
    %hr.gl-mt-4.gl-mb-4