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

8 lines
539 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- if any_projects?(@projects)
.project-item-select-holder.btn-group.pull-right
%a.btn.btn-new.new-project-item-link{ href: '', data: { label: local_assigns[:label] } }
= icon('spinner spin')
= 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]
%button.btn.btn-new.new-project-item-select-button
2016-11-03 12:29:30 +05:30
= icon('caret-down')