replace right with pull-right
This commit is contained in:
parent
7ba4f2dcfa
commit
e2fb18a3ec
96 changed files with 143 additions and 144 deletions
|
@ -8,5 +8,5 @@
|
|||
= time_ago_in_words(key.created_at)
|
||||
ago
|
||||
%td
|
||||
= link_to 'Remove', key, confirm: 'Are you sure?', method: :delete, class: "btn btn-small btn-remove delete-key right"
|
||||
= link_to 'Remove', key, confirm: 'Are you sure?', method: :delete, class: "btn btn-small btn-remove delete-key pull-right"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%h3.page_title
|
||||
SSH Keys
|
||||
= link_to "Add new", new_key_path, class: "btn right"
|
||||
= link_to "Add new", new_key_path, class: "btn pull-right"
|
||||
|
||||
%hr
|
||||
%p.slead
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
%hr
|
||||
|
||||
%pre= @key.key
|
||||
.right
|
||||
.pull-right
|
||||
= link_to 'Remove', @key, confirm: 'Are you sure?', method: :delete, class: "btn btn-remove delete-key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue