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
5e49187a
Commit
5e49187a
authored
Feb 05, 2021
by
Yogi
Committed by
Yogi
Mar 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mobile clone button
parent
c83c5a7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/shared/_mobile_clone_panel.html.haml
app/views/shared/_mobile_clone_panel.html.haml
+2
-2
No files found.
app/views/shared/_mobile_clone_panel.html.haml
View file @
5e49187a
...
...
@@ -3,8 +3,8 @@
-
http_copy_label
=
_
(
'Copy %{http_label} clone URL'
)
%
{
http_label:
gitlab_config
.
protocol
.
upcase
}
.btn-group.mobile-git-clone.js-mobile-git-clone.btn-block
=
clipboard_button
(
button_text:
default_clone_label
,
text:
default_url_to_repo
(
project
),
hide_button_icon:
true
,
class:
"gl-button btn
btn-confirm flex-fill
input-group-text clone-dropdown-btn js-clone-dropdown-label"
)
%button
.
gl-button.btn.btn-confirm.btn-icon
.dropdown-toggle.js-dropdown-toggle.flex-grow-0.d-flex-center.w-auto.ml-0
{
type:
"button"
,
data:
{
toggle:
"dropdown"
}
}
=
clipboard_button
(
button_text:
default_clone_label
,
text:
default_url_to_repo
(
project
),
hide_button_icon:
true
,
class:
"gl-button btn
-confirm flex-fill bold justify-content-center
input-group-text clone-dropdown-btn js-clone-dropdown-label"
)
%button
.
btn.gl-button.btn-confirm
.dropdown-toggle.js-dropdown-toggle.flex-grow-0.d-flex-center.w-auto.ml-0
{
type:
"button"
,
data:
{
toggle:
"dropdown"
}
}
=
sprite_icon
(
"chevron-down"
,
css_class:
"dropdown-btn-icon icon"
)
%ul
.dropdown-menu.dropdown-menu-selectable.dropdown-menu-right.clone-options-dropdown
{
data:
{
dropdown:
true
}
}
-
if
ssh_enabled?
...
...
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