Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3af475ea
Commit
3af475ea
authored
Jul 29, 2020
by
Brandon Labuschagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate project item select icons
parent
d482a049
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
app/assets/stylesheets/framework/secondary_navigation_elements.scss
.../stylesheets/framework/secondary_navigation_elements.scss
+0
-4
app/views/shared/_new_project_item_select.html.haml
app/views/shared/_new_project_item_select.html.haml
+3
-3
changelogs/unreleased/202600-migrate-fa-spinner-to-spinner-for-app-views-shared-_new_project_it.yml
...inner-to-spinner-for-app-views-shared-_new_project_it.yml
+5
-0
No files found.
app/assets/stylesheets/framework/secondary_navigation_elements.scss
View file @
3af475ea
...
...
@@ -415,7 +415,3 @@
}
}
}
.new-project-item-select-button
.fa-caret-down
{
margin-left
:
2px
;
}
app/views/shared/_new_project_item_select.html.haml
View file @
3af475ea
-
if
any_projects?
(
@projects
)
.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
]
}
}
=
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
]
%button
.btn.btn-success.new-project-item-select-button.qa-new-project-item-select-button
=
icon
(
'caret-down'
)
%button
.btn.btn-success.new-project-item-select-button.qa-new-project-item-select-button
.gl-p-0
=
sprite_icon
(
'chevron-down'
,
size:
16
)
changelogs/unreleased/202600-migrate-fa-spinner-to-spinner-for-app-views-shared-_new_project_it.yml
0 → 100644
View file @
3af475ea
---
title
:
Migrate new project item select FA icons
merge_request
:
38177
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment