summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-17 09:09:43 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-17 09:09:43 +0000
commitfe29f106cd41b3c57b0266f3de6470cffee587ea (patch)
treef8d9cbc771b4a642c2fe59929dd6cc07a922cadd /app/views/profiles/keys
parent6110935892876a26d8dfcb919d8c955c92ecc1e5 (diff)
downloadgitlab-ce-fe29f106cd41b3c57b0266f3de6470cffee587ea.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/profiles/keys')
-rw-r--r--app/views/profiles/keys/_key.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/_key.html.haml b/app/views/profiles/keys/_key.html.haml
index c02711e31ae..c9ab7b6fbd3 100644
--- a/app/views/profiles/keys/_key.html.haml
+++ b/app/views/profiles/keys/_key.html.haml
@@ -26,6 +26,6 @@
%span.key-created-at
= s_('Profiles|Created %{time_ago}'.html_safe) % { time_ago:time_ago_with_tooltip(key.created_at)}
- if key.can_delete?
- = link_to path_to_key(key, is_admin), data: { confirm: _('Are you sure?')}, method: :delete, class: "btn btn-transparent prepend-left-10 align-baseline" do
+ = link_to path_to_key(key, is_admin), data: { confirm: _('Are you sure?')}, method: :delete, class: "btn btn-transparent gl-ml-3 align-baseline" do
%span.sr-only= _('Remove')
= sprite_icon('remove', size: 16)