Remove mod-only user revert system (#4178).
The mass undo system from #4178 replaces this system.
Followup to f2dccf8cf.
This commit is contained in:
@@ -101,7 +101,7 @@ class UserPresenter
|
||||
end
|
||||
|
||||
def post_version_count(template)
|
||||
template.link_to(user.post_update_count, template.post_versions_path(:lr => user.id, :search => {:updater_id => user.id}))
|
||||
template.link_to(user.post_update_count, template.post_versions_path(:search => {:updater_id => user.id}))
|
||||
end
|
||||
|
||||
def note_version_count(template)
|
||||
|
||||
Reference in New Issue
Block a user