X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1de54dc1359ff30a8adaeba1be7f65df16890896..565171486f6d90321e0291d5ccc3cf6a1c12e730:/app/views/trace/edit.html.erb diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index fceaf0147..523607ae6 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 %> @@ -28,16 +28,20 @@ - + - - + + + + + +
<%= 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 %>)
<%= t'trace.edit.description' %><%= f.text_field :description %><%= f.text_field :description, :size => 50 %>
Tags:<%= f.text_field :tagstring %><%= t'trace.edit.tags' %><%= f.text_field :tagstring, :size => 50 %> (<%= t'trace.edit.tags_help' %>)
<%= t'trace.edit.visibility' %><%= f.select :visibility, [[t('trace.visibility.private'),"private"],[t('trace.visibility.public'),"public"],[t('trace.visibility.trackable'),"trackable"],[t('trace.visibility.identifiable'),"identifiable"]] %> (<%= t'trace.edit.visibility_help' %>)


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