X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0b6f0c1d34f636c0cdde234f3a62a6ead2b8655f..03f733c4f4091dc53e391aa74a020681af98a4ff:/app/views/trace/view.html.erb diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb index 4ab46bd3e..73638cb3d 100644 --- a/app/views/trace/view.html.erb +++ b/app/views/trace/view.html.erb @@ -1,10 +1,12 @@

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

+<% if OSM_STATUS != :gpx_offline %> <% if @trace.inserted %> <% else %> <%= t'trace.view.pending' %> <% end %> +<% end %> @@ -13,7 +15,7 @@ - + <% if @trace.inserted? %> @@ -42,15 +44,16 @@ <% end %> + + + +
<%= t'trace.view.uploaded' %><%= l @trace.timestamp %><%= l @trace.timestamp, :format => :friendly %>
<%= t'trace.view.visibility' %><%= t"trace.visibility.#{@trace.visibility}" %>


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