summaryrefslogtreecommitdiff
path: root/app/views/sherlock/queries
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-12 16:13:36 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-12 16:13:36 -0500
commitb292359c481aa80b62a963aaca754dab3d5ec671 (patch)
tree83544a9868d7e79b141399e4fe7706593d56571f /app/views/sherlock/queries
parentac2f11410c089e0e37ad7930f332b4960cb7f1bf (diff)
downloadgitlab-ce-b292359c481aa80b62a963aaca754dab3d5ec671.tar.gz
[skip ci] Convert btn-xs to btn-sm
Diffstat (limited to 'app/views/sherlock/queries')
-rw-r--r--app/views/sherlock/queries/_general.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/sherlock/queries/_general.html.haml b/app/views/sherlock/queries/_general.html.haml
index 64e785de863..34c0cc4da39 100644
--- a/app/views/sherlock/queries/_general.html.haml
+++ b/app/views/sherlock/queries/_general.html.haml
@@ -26,7 +26,7 @@
.card
.card-header
.float-right
- %button.js-clipboard-trigger.btn.btn-xs{ title: t('sherlock.copy_to_clipboard'), type: :button }
+ %button.js-clipboard-trigger.btn.btn-sm{ title: t('sherlock.copy_to_clipboard'), type: :button }
%i.fa.fa-clipboard
%pre.hidden
= @query.formatted_query
@@ -41,7 +41,7 @@
.card
.card-header
.float-right
- %button.js-clipboard-trigger.btn.btn-xs{ title: t('sherlock.copy_to_clipboard'), type: :button }
+ %button.js-clipboard-trigger.btn.btn-sm{ title: t('sherlock.copy_to_clipboard'), type: :button }
%i.fa.fa-clipboard
%pre.hidden
= @query.explain