From 183dd443b2a0cf12981f39841740618ce69d4fcf Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 14 Apr 2024 17:32:35 +0300 Subject: [PATCH] Use secondary color in tag key table column --- app/views/browse/_tag.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/browse/_tag.html.erb b/app/views/browse/_tag.html.erb index 578dc8b59..f2e34d879 100644 --- a/app/views/browse/_tag.html.erb +++ b/app/views/browse/_tag.html.erb @@ -1,4 +1,4 @@ - <%= format_key(tag[0]) %> + <%= format_key(tag[0]) %> <%= format_value(tag[0], tag[1]) %> -- 2.45.1