]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/traces/_trace.html.erb
Merge pull request #5290 from tomhughes/danger
[rails.git] / app / views / traces / _trace.html.erb
index 37713679f1c12ee6a58ee7119f1f8999de900f3f..f60eea7f1cbe22834e631359484b592f6cddb0a7 100644 (file)
@@ -2,7 +2,7 @@
   <td>
     <% if Settings.status != "gpx_offline" %>
       <% if trace.inserted %>
   <td>
     <% if Settings.status != "gpx_offline" %>
       <% if trace.inserted %>
-        <%= link_to image_tag(trace_icon_path(trace.user, trace), :alt => "", :class => "trace_image"),
+        <%= link_to trace_icon(trace),
                     show_trace_path(trace.user, trace),
                     :class => "d-inline-block" %>
       <% else %>
                     show_trace_path(trace.user, trace),
                     :class => "d-inline-block" %>
       <% else %>
@@ -40,7 +40,7 @@
                                          :tags => safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %>
       <% end %>
     </p>
                                          :tags => safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %>
       <% end %>
     </p>
-    <p class="fst-italic mb-0">
+    <p class="fs-6 mb-0">
       <%= trace.description %>
     </p>
   </td>
       <%= trace.description %>
     </p>
   </td>