2017-08-04 09:40:33 -04:00
|
|
|
- if any_projects?(@projects)
|
2017-09-07 18:46:24 -04:00
|
|
|
.project-item-select-holder.btn-group
|
2018-09-18 05:58:22 -04:00
|
|
|
%a.btn.btn-success.new-project-item-link.qa-new-project-item-link{ href: '', data: { label: local_assigns[:label], type: local_assigns[:type] } }
|
2017-08-07 16:55:50 -04:00
|
|
|
= icon('spinner spin')
|
2017-07-25 08:14:28 -04:00
|
|
|
= project_select_tag :project_path, class: "project-item-select", data: { include_groups: local_assigns[:include_groups], order_by: 'last_activity_at', relative_path: local_assigns[:path] }, with_feature_enabled: local_assigns[:with_feature_enabled]
|
2018-09-18 05:58:22 -04:00
|
|
|
%button.btn.btn-success.new-project-item-select-button.qa-new-project-item-select-button
|
2016-08-23 12:02:52 -04:00
|
|
|
= icon('caret-down')
|