Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorealcantara <ealcantara@gitlab.com>2019-03-04 16:31:46 +0300
committerealcantara <ealcantara@gitlab.com>2019-03-05 17:01:37 +0300
commit317f08d48a7d96f913fd4ecdb68ab2d2764d6591 (patch)
treea8df8db7aa24e2412c1d0a379c1ba46a4df2310a /app/views
parent960101c20bb8ec5a2d1d3f01474676c7ea95adc7 (diff)
Delete class selector that removes right padding
Delete mirror-action-buttons class that removes right padding from repository mirror action buttons
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/mirrors/_mirror_repos.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/mirrors/_mirror_repos.html.haml b/app/views/projects/mirrors/_mirror_repos.html.haml
index 21b105e6f80..c031815200b 100644
--- a/app/views/projects/mirrors/_mirror_repos.html.haml
+++ b/app/views/projects/mirrors/_mirror_repos.html.haml
@@ -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'))