X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c82fdf8e0fd4e5a8f2d831592d5e1fe13e1fe558..a08b65a6ac1bccdb410f50f72ed96aa612ccd128:/app/views/traces/edit.html.erb diff --git a/app/views/traces/edit.html.erb b/app/views/traces/edit.html.erb index 0900a45dc..2deae8ac2 100644 --- a/app/views/traces/edit.html.erb +++ b/app/views/traces/edit.html.erb @@ -1,55 +1,55 @@ <% content_for :heading do %> -
<%= @trace.name %> (<%= link_to t('.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) %>