From 7df4a7f8a3858d9fdb92f5df4c7056181bf91046 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 9 Sep 2022 11:01:20 +0100 Subject: [PATCH] Fix background colour for badges on GPS traces Fixes #3681 --- 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 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}") %>

-- 2.39.5