summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/_filter.html.haml
blob: 67a88f3d623cd4cde24326ca95b373992238b6e2 (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: { right: true })