Fix #4105: IP bans leak banned IPs in /mod_actions.

This commit is contained in:
evazion
2019-08-01 21:21:18 -05:00
parent 065609ff4f
commit 6c69165780
3 changed files with 32 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
<tr>
<td><%= compact_time mod_action.created_at %></td>
<td><%= link_to_user mod_action.creator %></td>
<td><%= format_text(mod_action.description) %></td>
<td><%= format_text(mod_action.filtered_description) %></td>
</tr>
<% end %>
</tbody>