Link IP addresses to IP searches.

This commit is contained in:
evazion
2017-01-12 05:21:35 +00:00
parent 63d5c7900d
commit bdf3366bcf
11 changed files with 14 additions and 10 deletions

View File

@@ -30,7 +30,7 @@
<td><%= post_version.parent_id %></td>
<% if CurrentUser.is_moderator? %>
<td>
<%= post_version.updater_ip_addr %>
<%= link_to_ip post_version.updater_ip_addr %>
</td>
<% end %>
<td><%= post_version_diff(post_version) %></td>