Fixup links to changeset lists.

This commit is contained in:
Tom Hughes 2009-06-08 11:57:48 +00:00
parent 9df991e343
commit 6378c21ecb
3 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@
<%if showusername %>
<td class="<%= cl %> user">
<% if changeset.user.data_public? %>
<%= link_to h(changeset.user.display_name), :controller => "changeset", :action => "list_user", :display_name => changeset.user.display_name %>
<%= link_to h(changeset.user.display_name), :controller => "changeset", :action => "list", :display_name => changeset.user.display_name %>
<% else %>
<i><%= t'changeset.changeset.anonymous' %></i>
<% end %>