2017-09-10 17:25:29 +05:30
|
|
|
- if any_projects?(@projects)
|
2018-03-17 18:26:18 +05:30
|
|
|
.project-item-select-holder.btn-group
|
2018-12-05 23:21:45 +05:30
|
|
|
%a.btn.btn-success.new-project-item-link.qa-new-project-item-link{ href: '', data: { label: local_assigns[:label], type: local_assigns[:type] } }
|
2017-09-10 17:25:29 +05:30
|
|
|
= icon('spinner spin')
|
2019-02-15 15:39:39 +05:30
|
|
|
= 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_shared: local_assigns[:with_shared], include_projects_in_subgroups: local_assigns[:include_projects_in_subgroups] }, with_feature_enabled: local_assigns[:with_feature_enabled]
|
2018-12-05 23:21:45 +05:30
|
|
|
%button.btn.btn-success.new-project-item-select-button.qa-new-project-item-select-button
|
2016-11-03 12:29:30 +05:30
|
|
|
= icon('caret-down')
|