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

_filter.html.haml « projects « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88d57ed7e33adbc0927bcdf8317b8f16387c232e (plain)
1
2
3
4
5
6
7
- has_label = local_assigns.fetch(:has_label, false)
- selected = projects_filter_selected(params[:visibility_level])

- if current_user
  - unless has_label
    %span.gl-float-left.gl-white-space-nowrap= _("Visibility:")
  = gl_redirect_listbox_tag(projects_filter_items, selected, class: 'gl-ml-3', data: { placement: 'right' })