X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..68b265fb153b85868bc1b207e9d5a6a26c2b551e:/app/views/trace/edit.html.erb diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index 9d91dec2e..d9ec9f14b 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/trace/edit.html.erb @@ -1,43 +1,63 @@ -
<%= t'trace.edit.filename' %> | -<%= @trace.name %> (<%= link_to 'download', :controller => 'trace', :action => 'data', :id => @trace.id %>) | -
<%= t'trace.edit.uploaded_at' %> | -<%= @trace.timestamp %> | -
<%= t'trace.edit.points' %> | -<%= @trace.size.to_s.gsub(/(\d)(?=(\d{3})+$)/,'\1,') %> |
<%= t'trace.edit.start_coord' %>Start coordinate: | -<%= @trace.latitude %>; <%= @trace.longitude %> (<%=link_to 'map', :controller => 'site', :action => 'index', :lat => @trace.latitude, :lon => @trace.longitude, :zoom => 14 %> / <%=link_to t('trace.edit.edit'), :controller => 'site', :action => 'edit', :lat => @trace.latitude, :lon => @trace.longitude, :gpx=> @trace.id, :zoom => 14 %>) |
-
<%= t'trace.edit.owner' %> | -<%= link_to h(@trace.user.display_name), {:controller => 'user', :action => 'view', :display_name => @trace.user.display_name} %> | -
<%= t'trace.edit.description' %> | -<%= f.text_field :description %> | -
Tags: | -<%= f.text_field :tagstring %> | -