X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9d35062ba3013891e44265261eaa1111ab1ebc47..b446138aefb04799cc1253886335ced16e546517:/app/views/trace/view.html.erb diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb deleted file mode 100644 index 73638cb3d..000000000 --- a/app/views/trace/view.html.erb +++ /dev/null @@ -1,64 +0,0 @@ -

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

- -<% if OSM_STATUS != :gpx_offline %> - <% if @trace.inserted %> - - <% else %> - <%= t'trace.view.pending' %> - <% end %> -<% end %> - - - - - - - - - - - <% if @trace.inserted? %> - - - - - - - - <% end %> - - - - - - - - - - - - - - - - -
<%= t'trace.view.filename' %><%= @trace.name %> (<%= link_to t('trace.view.download'), :controller => 'trace', :action => 'data', :id => @trace.id %>)
<%= t'trace.view.uploaded' %><%= l @trace.timestamp, :format => :friendly %>
<%= t'trace.view.points' %><%= @trace.size.to_s.gsub(/(\d)(?=(\d{3})+$)/,'\1,') %>
<%= t'trace.view.start_coordinates' %>
<%= @trace.latitude %>; <%= @trace.longitude %>
(<%=link_to t('trace.view.map'), :controller => 'site', :action => 'index', :lat => @trace.latitude, :lon => @trace.longitude, :zoom => 14 %> / <%=link_to t('trace.view.edit'), :controller => 'site', :action => 'edit', :lat => @trace.latitude, :lon => @trace.longitude, :gpx=> @trace.id, :zoom => 14 %>)
<%= t'trace.view.owner' %><%= link_to h(@trace.user.display_name), {:controller => 'user', :action => 'view', :display_name => @trace.user.display_name} %>
<%= t'trace.view.description' %><%= h(@trace.description) %>
<%= t'trace.view.tags' %> - <% unless @trace.tags.empty? %> - <%= @trace.tags.collect { |tag| link_to tag.tag, { :controller => 'trace', :action => 'list', :tag => tag.tag, :id => nil } }.join(", ") %> - <% else %> - <%= t'trace.view.none' %> - <% end %> -
<%= t'trace.view.visibility' %><%= t"trace.visibility.#{@trace.visibility}" %>
- -

- - - - <% if @trace.user == @user %> - - <% end %> - <% if @trace.user == @user %> - - <% end %> - -
<%= button_to t('trace.view.edit_track'), :controller => 'trace', :action => 'edit', :id => @trace.id %><%= button_to t('trace.view.delete_track'), :controller => 'trace', :action => 'delete', :id => @trace.id %>