fixes #2407
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<td><%= presenter.level %></td>
|
||||
</tr>
|
||||
|
||||
<% if user.is_banned? %>
|
||||
<% if user.is_banned? && user.recent_ban %>
|
||||
<tr>
|
||||
<th>Ban reason</th>
|
||||
<td><%= format_text presenter.ban_reason %></td>
|
||||
|
||||
Reference in New Issue
Block a user