Commit 8d210259 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch...

Merge branch '202600-migrate-fa-spinner-to-spinner-for-app-views-shared-_new_project_item_select-html-haml' into 'master'

Migrate app/views/shared/_new_project_item_select.html.haml FA icons

See merge request gitlab-org/gitlab!38177
parents 994fbd54 3af475ea
...@@ -415,7 +415,3 @@ ...@@ -415,7 +415,3 @@
} }
} }
} }
.new-project-item-select-button .fa-caret-down {
margin-left: 2px;
}
- if any_projects?(@projects) - if any_projects?(@projects)
.project-item-select-holder.btn-group .project-item-select-holder.btn-group
%a.btn.btn-success.new-project-item-link.qa-new-project-item-link{ href: '', data: { label: local_assigns[:label], type: local_assigns[:type] } } %a.btn.btn-success.new-project-item-link.qa-new-project-item-link{ href: '', data: { label: local_assigns[:label], type: local_assigns[:type] } }
= icon('spinner spin') = loading_icon(color: 'light')
= 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] = 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]
%button.btn.btn-success.new-project-item-select-button.qa-new-project-item-select-button %button.btn.btn-success.new-project-item-select-button.qa-new-project-item-select-button.gl-p-0
= icon('caret-down') = sprite_icon('chevron-down', size: 16)
---
title: Migrate new project item select FA icons
merge_request: 38177
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment