projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename newNote to newNoteMarker
[rails.git]
/
app
/
views
/
traces
/
show.html.erb
diff --git
a/app/views/traces/show.html.erb
b/app/views/traces/show.html.erb
index def928da57bc56d604bbc759f92ee1c64ce42284..63adf15729c5aaa662d2f4f3d111b6d4d00de5c7 100644
(file)
--- 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) %>
+ <%=
trace_picture(
@trace) %>
<% else %>
<span class="text-danger"><%= t ".pending" %></span>
<% end %>