Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4744'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Apr 30, 2024
2 parents 8dafc39 + dea9c38 commit 183e5c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/traces/_trace.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<td>
<% if Settings.status != "gpx_offline" %>
<% if trace.inserted %>
<%= link_to image_tag(trace_icon_path(trace.user, trace), :alt => "", :class => "trace_image"), show_trace_path(trace.user, trace) %>
<%= link_to image_tag(trace_icon_path(trace.user, trace), :alt => "", :class => "trace_image"),
show_trace_path(trace.user, trace),
:class => "d-inline-block" %>
<% else %>
<span class="text-danger"><%= t ".pending" %></span>
<% end %>
Expand Down

0 comments on commit 183e5c6

Please sign in to comment.