Commit 68d92ec2 authored by Arturo Herrero's avatar Arturo Herrero

Merge branch 'update-badges-sherlock-transactions-pajamas' into 'master'

Update Pajamas badges on sherlock/transactions

See merge request gitlab-org/gitlab!77662
parents 538543c5 a57b802f
......@@ -8,13 +8,11 @@
%li
%a{ href: "#tab-queries", data: { toggle: "tab" } }
= t('sherlock.queries')
%span.badge.badge-pill
#{@transaction.queries.length}
= gl_badge_tag @transaction.queries.length.to_s
%li
%a{ href: "#tab-file-samples", data: { toggle: "tab" } }
= t('sherlock.file_samples')
%span.badge.badge-pill
#{@transaction.file_samples.length}
= gl_badge_tag @transaction.file_samples.length.to_s
.row-content-block
.float-right
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment