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