In SSH key detailed view, align the "Remove" button with the right container

This commit is contained in:
Stan Hu 2015-10-09 05:30:42 -07:00
parent df3ae4ef13
commit 972b637081
1 changed files with 3 additions and 2 deletions

View File

@ -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"