Skip to content
Snippets Groups Projects
Commit b413785e authored by Clement Ho's avatar Clement Ho
Browse files

[skip ci] Replace .pull-right with .float-right

parent 3e7a17d4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@
- header_title t('sherlock.title'), sherlock_transactions_path
 
.row-content-block
.pull-right
.float-right
= link_to(destroy_all_sherlock_transactions_path,
class: 'btn btn-danger',
method: :delete) do
Loading
Loading
Loading
Loading
@@ -17,7 +17,7 @@
#{@transaction.file_samples.length}
 
.row-content-block
.pull-right
.float-right
= link_to(sherlock_transactions_path, class: 'btn') do
%i.fa.fa-arrow-left
= t('sherlock.all_transactions')
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
Snippets
%li.breadcrumb-item
= @user.name
.pull-right.hidden-xs
.float-right.hidden-xs
= link_to user_path(@user) do
#{@user.name} profile page
 
Loading
Loading
.block.labels
.sidebar-collapsed-icon.js-sidebar-labels-tooltip
.title.hide-collapsed
%a.edit-link.pull-right{ href: "#" }
%a.edit-link.float-right{ href: "#" }
Edit
.selectbox.hide-collapsed{ style: "display: none;" }
.dropdown
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment