From: Tom Hughes Date: Fri, 9 Sep 2022 10:01:20 +0000 (+0100) Subject: Fix background colour for badges on GPS traces X-Git-Tag: live~1581 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/7df4a7f8a3858d9fdb92f5df4c7056181bf91046?ds=inline Fix background colour for badges on GPS traces Fixes #3681 --- diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index ba14f214e..832187b79 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -25,7 +25,7 @@ when "public", "identifiable" then "success" else "danger" end %> - <%= t(".#{trace.visibility}") %> + <%= t(".#{trace.visibility}") %>