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
5d502c2d
Commit
5d502c2d
authored
Mar 06, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
95907dda
eaa392d9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
app/assets/stylesheets/pages/settings.scss
app/assets/stylesheets/pages/settings.scss
+0
-4
app/views/projects/mirrors/_mirror_repos.html.haml
app/views/projects/mirrors/_mirror_repos.html.haml
+1
-1
changelogs/unreleased/52792-align-mirror-repository-button.yml
...elogs/unreleased/52792-align-mirror-repository-button.yml
+5
-0
No files found.
app/assets/stylesheets/pages/settings.scss
View file @
5d502c2d
...
...
@@ -357,8 +357,4 @@
.push-pull-table
{
margin-top
:
1em
;
.mirror-action-buttons
{
padding-right
:
0
;
}
}
app/views/projects/mirrors/_mirror_repos.html.haml
View file @
5d502c2d
...
...
@@ -57,7 +57,7 @@
%td
-
if
mirror
.
last_error
.
present?
.badge.mirror-error-badge
{
data:
{
toggle:
'tooltip'
,
html:
'true'
},
title:
html_escape
(
mirror
.
last_error
.
try
(
:strip
))
}=
_
(
'Error'
)
%td
.mirror-action-buttons
%td
.btn-group.mirror-actions-group.pull-right
{
role:
'group'
}
-
if
mirror
.
ssh_key_auth?
=
clipboard_button
(
text:
mirror
.
ssh_public_key
,
class:
'btn btn-default'
,
title:
_
(
'Copy SSH public key'
))
...
...
changelogs/unreleased/52792-align-mirror-repository-button.yml
0 → 100644
View file @
5d502c2d
---
title
:
Add right padding to the repository mirror action buttons
merge_request
:
25606
author
:
type
:
fixed
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