2017-08-04 09:40:33 -04:00
|
|
|
- if any_projects?(@projects)
|
2020-10-15 14:08:43 -04:00
|
|
|
.project-item-select-holder.btn-group.gl-ml-auto.gl-mr-auto.gl-py-3.gl-relative.gl-display-flex.gl-overflow-hidden
|
2021-03-04 04:10:52 -05:00
|
|
|
%a.btn.gl-button.btn-confirm.new-project-item-link.block-truncated.qa-new-project-item-link{ href: '', data: { label: local_assigns[:label], type: local_assigns[:type] }, class: "gl-m-0!" }
|
2020-07-31 14:09:37 -04:00
|
|
|
= loading_icon(color: 'light')
|
2020-11-18 19:09:41 -05:00
|
|
|
= project_select_tag :project_path, class: "project-item-select gl-absolute! gl-visibility-hidden", 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]
|
2021-03-04 04:10:52 -05:00
|
|
|
%button.btn.dropdown-toggle.btn-confirm.btn-md.gl-button.gl-dropdown-toggle.dropdown-toggle-split.new-project-item-select-button.qa-new-project-item-select-button.gl-p-0.gl-w-100{ class: "gl-m-0!", 'aria-label': _('Toggle project select') }
|
2020-08-10 14:09:54 -04:00
|
|
|
= sprite_icon('chevron-down')
|