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
dacf4a34
Commit
dacf4a34
authored
Dec 07, 2020
by
Martin Wortschack
Committed by
Tim Zallmann
Dec 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert fa-caret-down to chevron-down
SVG in dropdowns
parent
fa023534
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/projects/deployments/_actions.haml
app/views/projects/deployments/_actions.haml
+1
-1
app/views/projects/diffs/_stats.html.haml
app/views/projects/diffs/_stats.html.haml
+1
-1
app/views/shared/_clone_panel.html.haml
app/views/shared/_clone_panel.html.haml
+1
-1
changelogs/unreleased/mw-convert-fa-caret-down-to-svg.yml
changelogs/unreleased/mw-convert-fa-caret-down-to-svg.yml
+5
-0
No files found.
app/views/projects/deployments/_actions.haml
View file @
dacf4a34
...
...
@@ -5,7 +5,7 @@
.dropdown
%button
.dropdown.dropdown-new.btn.gl-button.btn-default.has-tooltip
{
type:
'button'
,
'data-toggle'
=>
'dropdown'
,
title:
s_
(
'Environments|Deploy to...'
)
}
=
sprite_icon
(
'play'
)
=
icon
(
'caret
-down'
)
=
sprite_icon
(
'chevron
-down'
)
%ul
.dropdown-menu.dropdown-menu-right
-
actions
.
each
do
|
action
|
-
next
unless
can?
(
current_user
,
:update_build
,
action
)
...
...
app/views/projects/diffs/_stats.html.haml
View file @
dacf4a34
...
...
@@ -4,7 +4,7 @@
Showing
%button
.diff-stats-summary-toggler.js-diff-stats-dropdown
{
type:
"button"
,
data:
{
toggle:
"dropdown"
,
display:
"static"
}
}
<
=
pluralize
(
diff_files
.
size
,
"changed file"
)
=
icon
(
"caret-down"
,
class:
"gl-ml-2"
)
=
sprite_icon
(
"chevron-down"
,
css_
class:
"gl-ml-2"
)
%span
.diff-stats-additions-deletions-expanded
#diff-stats
with
%strong
.cgreen
=
pluralize
(
sum_added_lines
,
'addition'
)
...
...
app/views/shared/_clone_panel.html.haml
View file @
dacf4a34
...
...
@@ -8,7 +8,7 @@
%a
#clone-dropdown
.input-group-text.btn.clone-dropdown-btn.qa-clone-dropdown
{
href:
'#'
,
data:
{
toggle:
'dropdown'
}
}
%span
.js-clone-dropdown-label
=
default_clone_protocol
.
upcase
=
icon
(
'caret
-down'
)
=
sprite_icon
(
'chevron
-down'
)
%ul
.dropdown-menu.dropdown-menu-selectable.clone-options-dropdown
%li
=
ssh_clone_button
(
container
)
...
...
changelogs/unreleased/mw-convert-fa-caret-down-to-svg.yml
0 → 100644
View file @
dacf4a34
---
title
:
Convert fa-caret-down icons to chevron-down SVG
merge_request
:
49332
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