Fixup links to changeset lists.
This commit is contained in:
parent
9df991e343
commit
6378c21ecb
3 changed files with 5 additions and 5 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue