X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cfbdd3f7e1c688e2c875ded9fd847fcc1c3a4caf..da76d64e93fc2892ab567f4ca6dc9a6eac4385b6:/app/views/trace/view.rhtml
diff --git a/app/views/trace/view.rhtml b/app/views/trace/view.rhtml
index 60f71b7c7..a5b0cef09 100644
--- a/app/views/trace/view.rhtml
+++ b/app/views/trace/view.rhtml
@@ -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 %>