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

_new_project_item_select.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1acee1a2116a939f765e98155ae0b9992800bb3 (plain)
1
2
3
4
5
6
- if @projects.any?
  .project-item-select-holder
    = project_select_tag :project_path, class: "project-item-select", data: { include_groups: local_assigns[:include_groups], order_by: 'last_activity_at' }, with_feature_enabled: local_assigns[:with_feature_enabled]
    %a.btn.btn-new.new-project-item-select-button{ data: { relative_path: local_assigns[:path] } }
      = local_assigns[:label]
      = icon('caret-down')