X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b446138aefb04799cc1253886335ced16e546517..a8aed64eb757d8c25823e12c0ca7648a4c97ae13:/app/views/traces/edit.html.erb diff --git a/app/views/traces/edit.html.erb b/app/views/traces/edit.html.erb index 6657a33ad..c17660db3 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,') %>
<%= @trace.size.to_s.gsub(/(\d)(?=(\d{3})+$)/, '\1,') %>
<%= link_to h(@trace.user.display_name), user_path(@trace.user) %>