mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Merge branch 'fix-remove-button-alignment' into 'master'
In SSH key detailed view, align the "Remove" button with the right container Also fixes a bootlint warning. Before:  After:  See merge request !1555
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user