summaryrefslogtreecommitdiff
path: root/app/views/sherlock/queries
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 12:42:45 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 12:42:45 -0500
commitb413785e1dfdbc594e86880e79e20bdd5963c938 (patch)
tree80616d24b209dae3e6dc4f715850cd695586a6ba /app/views/sherlock/queries
parent3e7a17d4759a2c25f0c717408c48bfc7e975dde3 (diff)
downloadgitlab-ce-b413785e1dfdbc594e86880e79e20bdd5963c938.tar.gz
[skip ci] Replace .pull-right with .float-right
Diffstat (limited to 'app/views/sherlock/queries')
-rw-r--r--app/views/sherlock/queries/_general.html.haml4
-rw-r--r--app/views/sherlock/queries/show.html.haml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/sherlock/queries/_general.html.haml b/app/views/sherlock/queries/_general.html.haml
index 5a447f791dc..4e6ba2e7eac 100644
--- a/app/views/sherlock/queries/_general.html.haml
+++ b/app/views/sherlock/queries/_general.html.haml
@@ -25,7 +25,7 @@
.panel.panel-default
.panel-heading
- .pull-right
+ .float-right
%button.js-clipboard-trigger.btn.btn-xs{ title: t('sherlock.copy_to_clipboard'), type: :button }
%i.fa.fa-clipboard
%pre.hidden
@@ -40,7 +40,7 @@
.panel.panel-default
.panel-heading
- .pull-right
+ .float-right
%button.js-clipboard-trigger.btn.btn-xs{ title: t('sherlock.copy_to_clipboard'), type: :button }
%i.fa.fa-clipboard
%pre.hidden
diff --git a/app/views/sherlock/queries/show.html.haml b/app/views/sherlock/queries/show.html.haml
index c45da6ee9a4..513695f4e31 100644
--- a/app/views/sherlock/queries/show.html.haml
+++ b/app/views/sherlock/queries/show.html.haml
@@ -10,7 +10,7 @@
= t('sherlock.backtrace')
.row-content-block
- .pull-right
+ .float-right
= link_to(sherlock_transaction_path(@transaction), class: 'btn') do
%i.fa.fa-arrow-left
= t('sherlock.transaction')