summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/_filter.html.haml
blob: e49b3eb77816c554c1e52084a05956584801d6d8 (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= _("Visibility:")
  = gl_redirect_listbox_tag(projects_filter_items, selected, class: 'gl-ml-3', data: { placement: 'right' })