X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/03f733c4f4091dc53e391aa74a020681af98a4ff..e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6:/app/views/trace/edit.html.erb?ds=sidebyside diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index 202f9039d..e890745ae 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/trace/edit.html.erb @@ -1,47 +1,55 @@ -
<%= @trace.name %> (<%= link_to t('.download'), trace_data_path(@trace) %>)
<%= l @trace.timestamp, :format => :friendly %>
<%= @trace.size.to_s.gsub(/(\d)(?=(\d{3})+$)/,'\1,') %>
<%= link_to h(@trace.user.display_name), user_path(@trace.user) %>