X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3a16b68368d4d4fdedb32c58d3c22d52203d07ce..00bd64c7fb86d598eb9406e39f99fc711f58bf9b:/app/views/trace/edit.html.erb diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index 935862af4..e890745ae 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/trace/edit.html.erb @@ -1,5 +1,5 @@ <% content_for :heading do %> -
<%= @trace.name %> (<%= link_to t('trace.edit.download'), :controller => 'trace', :action => 'data', :id => @trace.id %>)
<%= @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), {:controller => 'user', :action => 'view', :display_name => @trace.user.display_name} %>
<%= link_to h(@trace.user.display_name), user_path(@trace.user) %>