views: remove IP addresses from most pages.
Removed IP addresses from comments and from most other listing pages. IPs take up a lot of space in many places (especially IPv6 addresses), and in most of these pages they're rarely useful for catching sockpuppets.
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
<%= compact_time(wiki_page_version.updated_at) %>
|
||||
by
|
||||
<%= link_to_user wiki_page_version.updater %>
|
||||
<% if CurrentUser.is_moderator? %>
|
||||
(<%= link_to_ip wiki_page_version.updater_ip_addr %>)
|
||||
<% end %>
|
||||
<%= link_to "»", wiki_page_versions_path(search: { updater_id: wiki_page_version.updater.id }) %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -28,9 +28,6 @@
|
||||
<%= compact_time(wiki_page_version.updated_at) %>
|
||||
by
|
||||
<%= link_to_user wiki_page_version.updater %>
|
||||
<% if CurrentUser.is_moderator? %>
|
||||
(<%= link_to_ip wiki_page_version.updater_ip_addr %>)
|
||||
<% end %>
|
||||
<%= link_to "»", wiki_page_versions_path(search: { updater_id: wiki_page_version.updater.id }) %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user