X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3b1fb1c73bf1c82e29ecc8bf33e64f7985c4a8c0..523d36bbaa754b9ac4fbb2cb584072c01a742771:/app/views/traces/show.html.erb diff --git a/app/views/traces/show.html.erb b/app/views/traces/show.html.erb index def928da5..51b21f982 100644 --- a/app/views/traces/show.html.erb +++ b/app/views/traces/show.html.erb @@ -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 %> <%= t ".pending" %> <% end %>