Made user profile page show hostname of user's IP address.

This commit is contained in:
Logan Fick
2017-11-24 22:01:37 -05:00
parent 12baf8d5d7
commit 8796b3a415
2 changed files with 7 additions and 1 deletions

View File

@@ -85,7 +85,7 @@
<% if mod? || @user.is?(current_user) %>
<tr>
<td><b>Last IP</b></td>
<td><%= @user.last_ip %></td>
<td><%= @user.last_ip %> (<%= @hostname %>)</td>
</tr>
<tr>
<td><b>Email</b></td>