]> git.openstreetmap.org Git - rails.git/commitdiff
Stop rails moaning.
authorTom Hughes <tom@compton.nu>
Fri, 18 Jul 2008 21:42:13 +0000 (21:42 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 18 Jul 2008 21:42:13 +0000 (21:42 +0000)
app/views/trace/view.rhtml

index f547f05db4ddeafd85fc1ad4e90888d5026317f9..585342c0224c6abc6c88f024d194ee40efbf6ee9 100644 (file)
     <% unless @trace.public? %>
     <td><%= button_to 'Make this track public permanently', :controller => 'trace', :action => 'make_public', :id => @trace.id %></td>
     <% end %>
-    <% if @trace.user.id == @user.id %>
+    <% if @trace.user == @user %>
     <td><%= button_to 'Edit this track', :controller => 'trace', :action => 'edit', :id => @trace.id %></td>
     <% end %>
-    <% if @trace.user.id == @user.id %>
+    <% if @trace.user == @user %>
     <td><%= button_to 'Delete this track', :controller => 'trace', :action => 'delete', :id => @trace.id %></td>
     <% end %>
   </tr>