X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9554ef289e3598a7be86b199f132e5c6a5cd20a5..2e03861300bca1a44d50a9e9c684ffc0e2d6ad65:/app/views/trace/view.rhtml diff --git a/app/views/trace/view.rhtml b/app/views/trace/view.rhtml index f351a1dea..a5b0cef09 100644 --- a/app/views/trace/view.rhtml +++ b/app/views/trace/view.rhtml @@ -17,7 +17,7 @@ <%= @trace.size.to_s.gsub(/(\d)(?=(\d{3})+$)/,'\1,') %> Start coordinate: -
<%= @trace.latitude %>; <%= @trace.longitude %>
(<%=link_to 'map', :controller => 'site', :action => 'index', :lat => @trace.latitude, :lon => @trace.longitude, :zoom => 14 %> / <%=link_to 'edit', :controller => 'site', :action => 'edit', :lat => @trace.latitude, :lon => @trace.longitude, :zoom => 14 %>) +
<%= @trace.latitude %>; <%= @trace.longitude %>
(<%=link_to 'map', :controller => 'site', :action => 'index', :lat => @trace.latitude, :lon => @trace.longitude, :zoom => 14 %> / <%=link_to 'edit', :controller => 'site', :action => 'edit', :lat => @trace.latitude, :lon => @trace.longitude, :gpx=> @trace.id, :zoom => 14 %>) <% end %> @@ -50,6 +50,9 @@ <%= button_to 'Make this track public permanently', :controller => 'trace', :action => 'make_public', :id => @trace.id %> <% end %> <% if @trace.user.id == @user.id %> + <%= button_to 'Edit this track', :controller => 'trace', :action => 'edit', :id => @trace.id %> + <% end %> + <% if @trace.user.id == @user.id %> <%= button_to 'Delete this track', :controller => 'trace', :action => 'delete', :id => @trace.id %> <% end %>