modified "user" link in "recent changes" list to point directly to user's list of changes which is what you expect in this context, rather than going to that user's user page and having to click "edits" there.
This commit is contained in:
parent
a80b42652b
commit
3a10fee9eb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<%if showusername %>
|
||||
<td class="<%= cl %>">
|
||||
<% if changeset.user.data_public? %>
|
||||
<%= link_to h(changeset.user.display_name), :controller => "user", :action => "view", :display_name => changeset.user.display_name %>
|
||||
<%= link_to h(changeset.user.display_name), :controller => "changeset", :action => "list_user", :display_name => changeset.user.display_name %>
|
||||
<% else %>
|
||||
<i>Anonymous</i>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue