debian-mirror-gitlab/app/views/shared/_new_project_item_select.html.haml

8 lines
767 B
Plaintext
Raw Normal View History

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] } }
2020-10-24 23:57:45 +05:30
= loading_icon(color: 'light')
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]
2020-10-24 23:57:45 +05:30
%button.btn.btn-success.new-project-item-select-button.qa-new-project-item-select-button.gl-p-0
= sprite_icon('chevron-down')