From: Anton Khorev Date: Sun, 14 Apr 2024 14:32:35 +0000 (+0300) Subject: Use secondary color in tag key table column X-Git-Tag: live~1011^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/183dd443b2a0cf12981f39841740618ce69d4fcf?ds=inline Use secondary color in tag key table column --- 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]) %>