]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/traces/_trace.html.erb
Fix background colour for badges on GPS traces
[rails.git] / app / views / traces / _trace.html.erb
index 74e096dd1b0dca02ef215f6b19580a9cabbd515d..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">
@@ -38,7 +38,7 @@
         <%= safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %>
       <% end %>
     </p>
-    <p class="font-italic mb-0">
+    <p class="fst-italic mb-0">
       <%= trace.description %>
     </p>
   </td>