fixes #2417
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<th>Group</th>
|
||||
<th>Updated</th>
|
||||
<th>Updated by</th>
|
||||
<% if CurrentUser.is_janitor? %>
|
||||
<% if CurrentUser.is_moderator? %>
|
||||
<th>IP Address</th>
|
||||
<% end %>
|
||||
<th>Active</th>
|
||||
@@ -31,7 +31,7 @@
|
||||
<td><%= artist_version.group_name %></td>
|
||||
<td><%= compact_time artist_version.created_at %></td>
|
||||
<td><%= link_to_user artist_version.updater %></td>
|
||||
<% if CurrentUser.is_janitor? %>
|
||||
<% if CurrentUser.is_moderator? %>
|
||||
<td>
|
||||
<%= artist_version.updater_ip_addr %>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user