X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5e76b66271c3e30ea759062b5273b64c19538911..d7063ab0a9db4cb833e89c5cde08c005b7940c9a:/app/views/trace/edit.html.erb diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index b2254afdd..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'), trace_data_path(@trace) %>)
<%= @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) %>