summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-10-09 05:30:42 -0700
committerStan Hu <stanhu@gmail.com>2015-10-09 05:30:42 -0700
commit972b6370819f61eb04d1f0e795b4b6c4ddc2327a (patch)
tree92bf777b37374c29d4de302671fff18a664b8d47
parentdf3ae4ef134e32ea2f5421c163a65784fd41a6db (diff)
downloadgitlab-ce-972b6370819f61eb04d1f0e795b4b6c4ddc2327a.tar.gz
In SSH key detailed view, align the "Remove" button with the right container
-rw-r--r--app/views/profiles/keys/_key_details.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/profiles/keys/_key_details.html.haml b/app/views/profiles/keys/_key_details.html.haml
index e0ae4d9720f..0ca8bd95157 100644
--- a/app/views/profiles/keys/_key_details.html.haml
+++ b/app/views/profiles/keys/_key_details.html.haml
@@ -18,5 +18,6 @@
%code.key-fingerprint= @key.fingerprint
%pre.well-pre
= @key.key
- .pull-right
- = link_to 'Remove', path_to_key(@key, is_admin), data: {confirm: 'Are you sure?'}, method: :delete, class: "btn btn-remove delete-key"
+ .col-md-12
+ .pull-right
+ = link_to 'Remove', path_to_key(@key, is_admin), data: {confirm: 'Are you sure?'}, method: :delete, class: "btn btn-remove delete-key"