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
80d5a92a
Commit
80d5a92a
authored
Feb 11, 2021
by
yo
Committed by
Yogi
Mar 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gl-button for form input
parent
257f46dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/shared/_clone_panel.html.haml
app/views/shared/_clone_panel.html.haml
+2
-2
No files found.
app/views/shared/_clone_panel.html.haml
View file @
80d5a92a
.js-git-clone-holder.input-group
.js-git-clone-holder.input-group
.btn-group
.input-group-prepend
-
if
allowed_protocols_present?
.input-group-text.clone-dropdown-btn.btn
...
...
@@ -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 gl-form-input
"
,
readonly:
true
,
aria:
{
label:
_
(
'Repository clone URL'
)
}
=
text_field_tag
:clone_url
,
default_url_to_repo
(
container
),
class:
"js-select-on-focus
btn gl-button
"
,
readonly:
true
,
aria:
{
label:
_
(
'Repository clone URL'
)
}
.input-group-append
=
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