Invert trace images in dark mode
This commit is contained in:
parent
ba90fe97ea
commit
5a9bac33bf
4 changed files with 11 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<% if Settings.status != "gpx_offline" %>
|
||||
<% if @trace.inserted %>
|
||||
<%= image_tag trace_picture_path(@trace.user, @trace) %>
|
||||
<%= image_tag trace_picture_path(@trace.user, @trace), :class => "trace_image" %>
|
||||
<% else %>
|
||||
<span class="text-danger"><%= t ".pending" %></span>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue