summaryrefslogtreecommitdiff
path: root/app/views/sherlock
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 11:33:41 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 11:33:41 -0500
commit1c75a0e27c31b64b6426e0a4315e9ce7363d3b13 (patch)
treefcac6120f79d78e0dcb1774ab841423c92ee6e2d /app/views/sherlock
parent88cb02baadfec724078a2bc2ec41d7509eec7ca9 (diff)
downloadgitlab-ce-1c75a0e27c31b64b6426e0a4315e9ce7363d3b13.tar.gz
Add badge-pill to .badge in haml
Diffstat (limited to 'app/views/sherlock')
-rw-r--r--app/views/sherlock/transactions/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/sherlock/transactions/show.html.haml b/app/views/sherlock/transactions/show.html.haml
index eab91e8fbe4..3db19400ec8 100644
--- a/app/views/sherlock/transactions/show.html.haml
+++ b/app/views/sherlock/transactions/show.html.haml
@@ -8,12 +8,12 @@
%li
%a{ href: "#tab-queries", data: { toggle: "tab" } }
= t('sherlock.queries')
- %span.badge
+ %span.badge.badge-pill
#{@transaction.queries.length}
%li
%a{ href: "#tab-file-samples", data: { toggle: "tab" } }
= t('sherlock.file_samples')
- %span.badge
+ %span.badge.badge-pill
#{@transaction.file_samples.length}
.row-content-block