]> git.openstreetmap.org Git - rails.git/commitdiff
Fix background colour for badges on GPS traces
authorTom Hughes <tom@compton.nu>
Fri, 9 Sep 2022 10:01:20 +0000 (11:01 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 9 Sep 2022 10:01:20 +0000 (11:01 +0100)
Fixes #3681

app/views/traces/_trace.html.erb

index ba14f214e7a3daec2271cfb8aacb5f98ac9c1944..832187b79306acda89b58896a595daf054b01ca7 100644 (file)
@@ -25,7 +25,7 @@
                          when "public", "identifiable" then "success"
                          else "danger"
                          end %>
-        <span class="badge badge-<%= badge_class %> text-white"><%= t(".#{trace.visibility}") %></span>
+        <span class="badge bg-<%= badge_class %> text-white"><%= t(".#{trace.visibility}") %></span>
       </li>
     </ul>
     <p class="text-muted mb-0">