X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1de54dc1359ff30a8adaeba1be7f65df16890896..817434a2e6f1510bf805e35f0c879b005ebe11dd:/app/views/trace/edit.html.erb diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index fceaf0147..2f73d2d4e 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/trace/edit.html.erb @@ -1,4 +1,4 @@ -

<%= h(@title) %>

+

<%= t 'trace.edit.heading', :name => h(@trace.name) %>

@@ -7,7 +7,7 @@ - + @@ -18,8 +18,8 @@ - - + + <% end %> @@ -31,13 +31,13 @@ - +
<%= t'trace.edit.filename' %><%= @trace.name %> (<%= link_to 'download', :controller => 'trace', :action => 'data', :id => @trace.id %>)<%= @trace.name %> (<%= link_to t('trace.edit.download'), :controller => 'trace', :action => 'data', :id => @trace.id %>)
<%= t'trace.edit.uploaded_at' %><%= 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.start_coord' %>
<%= @trace.latitude %>; <%= @trace.longitude %>
(<%=link_to t('trace.edit.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 %>)
<%= f.text_field :description %>
Tags:<%= t'trace.edit.tags' %> <%= f.text_field :tagstring %>


-<%= submit_tag 'Save Changes' %> +<%= submit_tag t'trace.edit.save_button' %> <% end %>