X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/960d13488a875245570ee498ee9a1ed7cac37bbe..3b6d2c5336eac35912909c9102c77bf6472901e6:/app/views/trace/view.rhtml?ds=sidebyside
diff --git a/app/views/trace/view.rhtml b/app/views/trace/view.rhtml
index f547f05db..585342c02 100644
--- a/app/views/trace/view.rhtml
+++ b/app/views/trace/view.rhtml
@@ -53,10 +53,10 @@
<% unless @trace.public? %>
<%= button_to 'Make this track public permanently', :controller => 'trace', :action => 'make_public', :id => @trace.id %> |
<% end %>
- <% if @trace.user.id == @user.id %>
+ <% if @trace.user == @user %>
<%= button_to 'Edit this track', :controller => 'trace', :action => 'edit', :id => @trace.id %> |
<% end %>
- <% if @trace.user.id == @user.id %>
+ <% if @trace.user == @user %>
<%= button_to 'Delete this track', :controller => 'trace', :action => 'delete', :id => @trace.id %> |
<% end %>