diff --git a/app/presenters/user_presenter.rb b/app/presenters/user_presenter.rb index 1b63c7989..02fbd1591 100644 --- a/app/presenters/user_presenter.rb +++ b/app/presenters/user_presenter.rb @@ -82,7 +82,7 @@ class UserPresenter end def post_version_count(template) - template.link_to(user.post_update_count, template.post_versions_path(:search => {:updater_id => user.id})) + template.link_to(user.post_update_count, template.post_versions_path(:search => {:updater_name => user.name})) end def note_version_count(template) diff --git a/app/views/users/_statistics.html.erb b/app/views/users/_statistics.html.erb index 4a7e2631e..02ab0b1f6 100644 --- a/app/views/users/_statistics.html.erb +++ b/app/views/users/_statistics.html.erb @@ -112,7 +112,7 @@