show UUID on user page

This commit is contained in:
jomo
2015-03-11 18:28:33 +01:00
parent bded4cdc9e
commit 2470cc740b

View File

@@ -43,6 +43,10 @@
<td><b>IGN</b></td>
<td><%= @user.ign %></td>
</tr>
<tr>
<td><b>UUID</b></td>
<td><%= @user.uuid %></td>
</tr>
<tr>
<td><b>Role</b></td>
<td><%= link_to @user.role, users_path(:role => @user.role.name) %></td>