]> git.openstreetmap.org Git - rails.git/commitdiff
fix 'edits' link. action was renamed 'list_user'
authorHarry Wood <mail@harrywood.co.uk>
Thu, 26 Mar 2009 23:43:34 +0000 (23:43 +0000)
committerHarry Wood <mail@harrywood.co.uk>
Thu, 26 Mar 2009 23:43:34 +0000 (23:43 +0000)
app/views/user/view.rhtml

index d12198ca8004f1de8d6eff0f65bca1cf7f00285d..a62be6a55d94ad9a9a35a0b861dc78f6cae71b13 100644 (file)
@@ -12,7 +12,7 @@
 <!-- Displaying another user's profile page -->
 <%= link_to 'send message', :controller => 'message', :action => 'new', :user_id => @this_user.id %>
 | <%= link_to 'diary', :controller => 'diary_entry', :action => 'list', :display_name => @this_user.display_name %>
 <!-- Displaying another user's profile page -->
 <%= link_to 'send message', :controller => 'message', :action => 'new', :user_id => @this_user.id %>
 | <%= link_to 'diary', :controller => 'diary_entry', :action => 'list', :display_name => @this_user.display_name %>
-| <%= link_to 'edits', :controller => 'changeset', :action => 'list', :display_name => @this_user.display_name %>
+| <%= link_to 'edits', :controller => 'changeset', :action => 'list_user', :display_name => @this_user.display_name %>
 | <%= link_to 'traces', :controller => 'trace', :action => 'view', :display_name => @this_user.display_name %>
 | <% if @user and @user.is_friends_with?(@this_user) %>
   <%= link_to 'remove as friend', :controller => 'user', :action => 'remove_friend', :display_name => @this_user.display_name %>
 | <%= link_to 'traces', :controller => 'trace', :action => 'view', :display_name => @this_user.display_name %>
 | <% if @user and @user.is_friends_with?(@this_user) %>
   <%= link_to 'remove as friend', :controller => 'user', :action => 'remove_friend', :display_name => @this_user.display_name %>