From cfe08d42d69a7233838cfee7874b1852cb2c3db6 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Fri, 15 Nov 2024 18:09:03 +0300 Subject: [PATCH 1/1] Set colors for trace visibility badges using .text-bg-* --- app/views/traces/_trace.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index f60eea7f1..992f16199 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -27,7 +27,7 @@ when "public", "identifiable" then "success" else "danger" end %> - <%= t(".#{trace.visibility}") %> + <%= t(".#{trace.visibility}") %>

-- 2.39.5