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
4ccdb779
Commit
4ccdb779
authored
Feb 05, 2021
by
Yogi
Committed by
Yogi
Mar 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update clone panel
parent
f03f8faf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/shared/_clone_panel.html.haml
app/views/shared/_clone_panel.html.haml
+3
-3
No files found.
app/views/shared/_clone_panel.html.haml
View file @
4ccdb779
...
...
@@ -5,7 +5,7 @@
%span
.js-clone-dropdown-label
=
enabled_protocol_button
(
container
,
enabled_protocol
)
-
else
%a
#clone-dropdown
.input-group-text.btn.clone-dropdown-btn.qa-clone-dropdown
{
href:
'#'
,
data:
{
toggle:
'dropdown'
}
}
%a
#clone-dropdown
.input-group-text.btn.
gl-button.btn-default.
clone-dropdown-btn.qa-clone-dropdown
{
href:
'#'
,
data:
{
toggle:
'dropdown'
}
}
%span
.js-clone-dropdown-label
=
default_clone_protocol
.
upcase
=
sprite_icon
(
'chevron-down'
)
...
...
@@ -16,7 +16,7 @@
=
http_clone_button
(
container
)
=
render_if_exists
'shared/kerberos_clone_button'
,
container:
container
=
text_field_tag
:clone_url
,
default_url_to_repo
(
container
),
class:
"js-select-on-focus form-control"
,
readonly:
true
,
aria:
{
label:
_
(
'Repository clone URL'
)
}
=
text_field_tag
:clone_url
,
default_url_to_repo
(
container
),
class:
"js-select-on-focus form-control
gl-form-input
"
,
readonly:
true
,
aria:
{
label:
_
(
'Repository clone URL'
)
}
.input-group-append
=
clipboard_button
(
target:
'#clone_url'
,
title:
_
(
"Copy URL"
),
class:
"input-group-text btn-default btn-clipboard"
)
=
clipboard_button
(
target:
'#clone_url'
,
title:
_
(
"Copy URL"
),
class:
"input-group-text
gl-button
btn-default btn-clipboard"
)
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