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
5417bf2d
Commit
5417bf2d
authored
Nov 11, 2020
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace mirror chevron down icon with svg
parent
79894ec9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/projects/mirrors/_authentication_method.html.haml
app/views/projects/mirrors/_authentication_method.html.haml
+1
-1
app/views/projects/mirrors/_mirror_repos_form.html.haml
app/views/projects/mirrors/_mirror_repos_form.html.haml
+1
-1
changelogs/unreleased/224509-chevron-down-svg-mirror.yml
changelogs/unreleased/224509-chevron-down-svg-mirror.yml
+5
-0
ee/app/views/projects/mirrors/_mirror_repos_form.html.haml
ee/app/views/projects/mirrors/_mirror_repos_form.html.haml
+1
-1
No files found.
app/views/projects/mirrors/_authentication_method.html.haml
View file @
5417bf2d
...
...
@@ -7,7 +7,7 @@
=
f
.
select
:auth_method
,
options_for_select
(
auth_options
,
mirror
.
auth_method
),
{},
{
class:
"form-control select-control js-mirror-auth-type qa-authentication-method"
}
=
icon
(
'chevron-down'
)
=
sprite_icon
(
'chevron-down'
,
css_class:
"gl-icon gl-absolute gl-top-3 gl-right-3 gl-text-gray-200"
)
=
f
.
hidden_field
:auth_method
,
value:
"password"
,
class:
"js-hidden-mirror-auth-type"
.form-group
...
...
app/views/projects/mirrors/_mirror_repos_form.html.haml
View file @
5417bf2d
...
...
@@ -2,6 +2,6 @@
=
label_tag
:mirror_direction
,
_
(
'Mirror direction'
),
class:
'label-light'
.select-wrapper
=
select_tag
:mirror_direction
,
options_for_select
([[
_
(
'Push'
),
'push'
]]),
class:
'form-control select-control js-mirror-direction qa-mirror-direction'
,
disabled:
true
=
icon
(
'chevron-down'
)
=
sprite_icon
(
'chevron-down'
,
css_class:
"gl-icon gl-absolute gl-top-3 gl-right-3 gl-text-gray-200"
)
=
render
partial:
"projects/mirrors/mirror_repos_push"
,
locals:
{
f:
f
}
changelogs/unreleased/224509-chevron-down-svg-mirror.yml
0 → 100644
View file @
5417bf2d
---
title
:
Replace mirror chevron down icon with svg
merge_request
:
47459
author
:
type
:
other
ee/app/views/projects/mirrors/_mirror_repos_form.html.haml
View file @
5417bf2d
...
...
@@ -11,7 +11,7 @@
=
label_tag
:mirror_direction
,
_
(
'Mirror direction'
),
class:
'label-light'
.select-wrapper
=
select_tag
:mirror_direction
,
options_for_select
(
direction_options
),
class:
'form-control select-control js-mirror-direction qa-mirror-direction'
,
disabled:
(
direction_options
.
count
==
1
)
||
has_existing_pull_mirror
=
icon
(
'chevron-down'
)
=
sprite_icon
(
'chevron-down'
,
css_class:
"gl-icon gl-absolute gl-top-3 gl-right-3 gl-text-gray-200"
)
.js-form-insertion-point
...
...
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